diff m68k_internal.h @ 990:33a46d35b913

Implement privelege violation exceptions
author Michael Pavone <pavone@retrodev.com>
date Wed, 27 Apr 2016 23:11:24 -0700
parents 1f09994e92c5
children 2ec5e6eaf81d
line wrap: on
line diff
--- a/m68k_internal.h	Wed Apr 27 21:39:17 2016 -0700
+++ b/m68k_internal.h	Wed Apr 27 23:11:24 2016 -0700
@@ -34,6 +34,7 @@
 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);