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:
parent
2823bb909d
commit
8014ff9044
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue