1
0
Fork 0

fixed pop gs

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1492
This commit is contained in:
Ulf Wohlers 2003-12-13 15:57:26 +00:00
parent 660bc44155
commit b82ffd8088

View file

@ -269,7 +269,7 @@
CASE_0F_W(0xa8) /* PUSH GS */
Push_16(SegValue(gs));break;
CASE_0F_W(0xa9) /* POP GS */
POPSEG(fs,Pop_16(),2);break;
POPSEG(gs,Pop_16(),2);break;
CASE_0F_W(0xab) /* BTS Ew,Gw */
{
FillFlags();GetRMrw;