diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
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 */ |