diff options
author | Anthony Liguori | 2011-10-24 17:51:12 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-10-24 17:51:12 +0200 |
commit | 952e849c150b4f1b89f8728cba00f925c1d6e75b (patch) | |
tree | 93e950b81e84d1d20a915d8b1da5c75d3911f553 /exec.c | |
parent | Add stdio char device on windows (diff) | |
parent | simplify main loop functions (diff) | |
download | qemu-952e849c150b4f1b89f8728cba00f925c1d6e75b.tar.gz qemu-952e849c150b4f1b89f8728cba00f925c1d6e75b.tar.xz qemu-952e849c150b4f1b89f8728cba00f925c1d6e75b.zip |
Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 */ |