fixed pop gs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1492
This commit is contained in:
parent
660bc44155
commit
b82ffd8088
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue