mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-11 15:17:32 +00:00
target/i386: Fix gen_enter_mmx arg
This commit is contained in:
parent
2c0755114b
commit
6ae60ffed9
@ -2822,7 +2822,7 @@ static void disas_insn(DisasContext *s, CPUState *cpu)
|
||||
|
||||
if (decode.e.special == X86_SPECIAL_MMX &&
|
||||
!(s->prefix & (PREFIX_REPZ | PREFIX_REPNZ | PREFIX_DATA))) {
|
||||
gen_enter_mmx(tcg_env);
|
||||
gen_enter_mmx(s);
|
||||
}
|
||||
|
||||
if (decode.e.special != X86_SPECIAL_NoLoadEA &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user