From b82ffd8088da9e6228d27656a36bf368ab0882ca Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Sat, 13 Dec 2003 15:57:26 +0000 Subject: [PATCH] fixed pop gs Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1492 --- src/cpu/core_normal/prefix_0f.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/core_normal/prefix_0f.h b/src/cpu/core_normal/prefix_0f.h index 16ce83ed..56a0a65c 100644 --- a/src/cpu/core_normal/prefix_0f.h +++ b/src/cpu/core_normal/prefix_0f.h @@ -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;