summaryrefslogtreecommitdiff
path: root/cpu-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-arm.h')
-rw-r--r--cpu-arm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu-arm.h b/cpu-arm.h
index c3850eb407..e3720886aa 100644
--- a/cpu-arm.h
+++ b/cpu-arm.h
@@ -40,6 +40,8 @@ typedef struct CPUARMState {
jmp_buf jmp_env;
int exception_index;
int interrupt_request;
+ struct TranslationBlock *current_tb;
+ int user_mode_only;
/* user data */
void *opaque;