1
0
Fork 0

fpu.sw is 16 bit(jmarsh)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3855
This commit is contained in:
Peter Veenstra 2014-01-12 12:38:31 +00:00
parent b54aa7c5ba
commit 3ddbfe949a

View file

@ -534,7 +534,7 @@ static void dyn_fpu_esc5(){
gen_mov_word_to_reg(FC_OP1,(void*)(&TOP),true);
gen_call_function_R((void*)&FPU_SET_TOP,FC_OP1);
dyn_fill_ea(FC_OP1);
gen_mov_word_to_reg(FC_OP2,(void*)(&fpu.sw),true);
gen_mov_word_to_reg(FC_OP2,(void*)(&fpu.sw),false);
gen_call_function_RR((void*)&mem_writew,FC_OP1,FC_OP2);
break;
default: