mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-08 22:45:43 +00:00
Initializes i386 prefix value
Backports commit 4a86318cf45b7f0b8e01748ce700de1b7688d1e3 from unicorn
This commit is contained in:
parent
6bcc61f082
commit
43c48b72ea
|
@ -4946,6 +4946,7 @@ static target_ulong disas_insn(DisasContext *s, CPUState *cpu)
|
|||
bool changed_cc_op = false;
|
||||
|
||||
s->pc_start = s->pc = pc_start;
|
||||
s->prefix = 0;
|
||||
|
||||
// end address tells us to stop emulation
|
||||
if (s->pc == s->uc->addr_end) {
|
||||
|
|
Loading…
Reference in a new issue