]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/cpu.h
cpu-exec: Make debug_excp_handler a QOM CPU method
[mirror_qemu.git] / target-i386 / cpu.h
index 3460b12139c88ad70ac38935b6623747aa252ad5..71b505f56c0c108d40d394096bf3af3677933386 100644 (file)
@@ -1121,7 +1121,7 @@ static inline int hw_breakpoint_len(unsigned long dr7, int index)
 void hw_breakpoint_insert(CPUX86State *env, int index);
 void hw_breakpoint_remove(CPUX86State *env, int index);
 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update);
-void breakpoint_handler(CPUX86State *env);
+void breakpoint_handler(CPUState *cs);
 
 /* will be suppressed */
 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);