aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/system/seg_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/tcg/system/seg_helper.c')
-rw-r--r--target/i386/tcg/system/seg_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/i386/tcg/system/seg_helper.c b/target/i386/tcg/system/seg_helper.c
index 38072e5..8c7856b 100644
--- a/target/i386/tcg/system/seg_helper.c
+++ b/target/i386/tcg/system/seg_helper.c
@@ -182,6 +182,7 @@ bool x86_cpu_exec_interrupt(CPUState *cs, int interrupt_request)
apic_poll_irq(cpu->apic_state);
break;
case CPU_INTERRUPT_SIPI:
+ cpu_reset_interrupt(cs, CPU_INTERRUPT_SIPI);
do_cpu_sipi(cpu);
break;
case CPU_INTERRUPT_SMI: