1
0
Fork 0

fix type bug in movxz (thanks wd)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2208
This commit is contained in:
Peter Veenstra 2005-05-04 19:50:32 +00:00
parent 2823bb909d
commit 8014ff9044

View file

@ -498,7 +498,7 @@ static void dyn_mov_ev_gb(bool sign) {
static void dyn_mov_ev_gw(bool sign) {
if (!decode.big_op) {
dyn_mov_evgv();
dyn_mov_gvev();
return;
}
dyn_get_modrm();DynReg * rm_reg=&DynRegs[decode.modrm.reg];