Cc: Peter Crosthwaite <crosthwaite.pe...@gmail.com> Cc: Richard Henderson <r...@twiddle.net> Signed-off-by: Emilio G. Cota <c...@braap.org> --- exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exec.c b/exec.c index 4fd831ef06..6006902975 100644 --- a/exec.c +++ b/exec.c @@ -776,7 +776,7 @@ static int cpu_common_post_load(void *opaque, int version_id) /* 0x01 was CPU_INTERRUPT_EXIT. This line can be removed when the version_id is increased. */ - cpu->interrupt_request &= ~0x01; + cpu_reset_interrupt(cpu, ~0x01); tlb_flush(cpu); /* loadvm has just updated the content of RAM, bypassing the -- 2.17.1