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 fa7f524e9d..88d91358e2 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -495,6 +495,8 @@ struct CPUPPCState { CPU_COMMON + int halted; /* TRUE if the CPU is in suspend state */ + int access_type; /* when a memory exception occurs, the access type is stored here */ |