aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/cpu.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-04 23:26:24 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-04 23:26:24 +0000
commitac9eb0731ad123f8789005978500ac67026188c2 (patch)
tree46196d5fcd9eba3ecb37b13a401fe4dab9be070d /target-ppc/cpu.h
parent9a64fbe4d89751524be0954f87dd514083295e99 (diff)
suppressed explicit access type and use the exception routine to infer it from the micro operation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@529 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r--target-ppc/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h
index bc3c46df62..850a88ba8e 100644
--- a/target-ppc/cpu.h
+++ b/target-ppc/cpu.h
@@ -153,6 +153,8 @@ typedef struct CPUPPCState {
jmp_buf jmp_env;
int exception_index;
int error_code;
+ int access_type; /* when a memory exception occurs, the access
+ type is stored here */
uint32_t exceptions; /* exception queue */
uint32_t errors[16];
int user_mode_only; /* user mode only simulation */