diff options
Diffstat (limited to 'cpu-arm.h')
-rw-r--r-- | cpu-arm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |