]> git.proxmox.com Git - qemu.git/blobdiff - cpu-all.h
update
[qemu.git] / cpu-all.h
index 5c414e805fd9fba912ea5e5d7bc4288493514030..d61ad77341123a256d1885a42a42bed10b181ab8 100644 (file)
--- 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;