aboutsummaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-10-24 10:51:12 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-10-24 10:51:12 -0500
commit952e849c150b4f1b89f8728cba00f925c1d6e75b (patch)
tree93e950b81e84d1d20a915d8b1da5c75d3911f553 /exec.c
parentdb418a0a7ef5887ea0f3d167584e6f500bb0c4c5 (diff)
parent99435906cc92a45d6c2f7e18221d31349836f90e (diff)
Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/exec.c b/exec.c
index d0cbf15822..9dc4edbf61 100644
--- 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 */