first step to fix precise eflags update in case of exception
[qemu] / cpu-arm.h
index c3850eb..e372088 100644 (file)
--- 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;