]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpu-all.h
Add instruction counter.
[mirror_qemu.git] / cpu-all.h
index 6a1612536203c24446bae562bb0bd366bf786ac2..0b19ac9e33b8ecd6fd3febc75a33d99f33114fe2 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -782,6 +782,8 @@ void cpu_abort(CPUState *env, const char *fmt, ...)
     __attribute__ ((__noreturn__));
 extern CPUState *first_cpu;
 extern CPUState *cpu_single_env;
+extern int64_t qemu_icount;
+extern int use_icount;
 
 #define CPU_INTERRUPT_EXIT   0x01 /* wants exit from main loop */
 #define CPU_INTERRUPT_HARD   0x02 /* hardware interrupt pending */