aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-06-20 13:01:25 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-06-20 13:01:25 +0000
commitffddfee3793240d91e9d23fd436fb9e8d66d1069 (patch)
treeb31035673af792d358d9b264f10d413a382dc3c6 /target-i386/cpu.h
parenta2f659ee48edc5de6f7ca1064a4f2af6227323a6 (diff)
added cpu_reset()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@940 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r--target-i386/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 94f621cd10..2a1e736058 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -352,6 +352,7 @@ typedef struct CPUX86State {
CPUTLBEntry tlb_read[2][CPU_TLB_SIZE];
CPUTLBEntry tlb_write[2][CPU_TLB_SIZE];
+ /* from this point: preserved by CPU reset */
/* ice debug support */
uint32_t breakpoints[MAX_BREAKPOINTS];
int nb_breakpoints;