aboutsummaryrefslogtreecommitdiff
path: root/target-m68k/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-m68k/cpu.h')
-rw-r--r--target-m68k/cpu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h
index cfeafc003..a6687b11a 100644
--- a/target-m68k/cpu.h
+++ b/target-m68k/cpu.h
@@ -103,10 +103,6 @@ typedef struct CPUM68KState {
/* ??? remove this. */
uint32_t t1;
- /* exception/interrupt handling */
- int interrupt_request;
- int user_mode_only;
-
int pending_vector;
int pending_level;
@@ -235,6 +231,8 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
}
#endif
+#define CPU_PC_FROM_TB(env, tb) env->pc = tb->pc
+
#include "cpu-all.h"
#endif