summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-all.h b/cpu-all.h
index 5c414e805f..d61ad77341 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -311,7 +311,7 @@ extern CPUState *cpu_single_env;
#define CPU_INTERRUPT_EXIT 0x01 /* wants exit from main loop */
#define CPU_INTERRUPT_HARD 0x02 /* hardware interrupt pending */
-void cpu_interrupt(CPUX86State *s, int mask);
+void cpu_interrupt(CPUState *s, int mask);
/* gdb stub API */
extern int gdbstub_fd;