diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-27 23:11:24 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-27 23:11:24 -0700 |
commit | 3bdd7df1517185e8a9ea9841f0d999b90ee07960 (patch) | |
tree | 7267f4930df8f951e6ca9eb84430a1d2cb4033c1 /m68k_internal.h | |
parent | 77a5b1309cb7a510cf4ec659ee8aa34d605f92b1 (diff) |
Implement privelege violation exceptions
Diffstat (limited to 'm68k_internal.h')
-rw-r--r-- | m68k_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_internal.h b/m68k_internal.h index 4b32e4a..4a3acf3 100644 --- a/m68k_internal.h +++ b/m68k_internal.h @@ -34,6 +34,7 @@ void nop_fill_or_jmp_next(code_info *code, code_ptr old_end, code_ptr next_inst) void check_user_mode_swap_ssp_usp(m68k_options *opts); void m68k_set_last_prefetch(m68k_options *opts, uint32_t address); void translate_m68k_odd(m68k_options *opts, m68kinst *inst); +void m68k_trap_if_not_supervisor(m68k_options *opts, m68kinst *inst); //functions implemented in m68k_core.c int8_t native_reg(m68k_op_info * op, m68k_options * opts); |