]> git.proxmox.com Git - qemu.git/blobdiff - exec.c
qemu-timer: move icount to cpus.c
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index d0cbf1582297b403936035e953a01462e0ccd21c..9dc4edbf61f32bb3c7b9521947c66bcf08798e65 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -125,9 +125,6 @@ CPUState *cpu_single_env;
    1 = Precise instruction counting.
    2 = Adaptive rate instruction counting.  */
 int use_icount = 0;
-/* Current instruction counter.  While executing translated code this may
-   include some instructions that have not yet been executed.  */
-int64_t qemu_icount;
 
 typedef struct PageDesc {
     /* list of TBs intersecting this ram page */