diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-10-29 19:06:06 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-10-29 19:06:06 -0700 |
commit | a1f73f4ae60d0d2cff6e8619417c15c97460239b (patch) | |
tree | 1f2c087036ad375e6cf75b735936c17ddd4df97d /m68k_internal.h | |
parent | 3a8f89cb47c0715d091dde6e317cebf9a4796778 (diff) |
Implement TRAPV
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 b0c162e..a70da23 100644 --- a/m68k_internal.h +++ b/m68k_internal.h @@ -60,6 +60,7 @@ void translate_m68k_scc(m68k_options * opts, m68kinst * inst); void translate_m68k_dbcc(m68k_options * opts, m68kinst * inst); void translate_m68k_rtr(m68k_options *opts, m68kinst * inst); void translate_m68k_trap(m68k_options *opts, m68kinst *inst); +void translate_m68k_trapv(m68k_options *opts, m68kinst *inst); void translate_m68k_move(m68k_options * opts, m68kinst * inst); void translate_m68k_movep(m68k_options * opts, m68kinst * inst); void translate_m68k_arith(m68k_options *opts, m68kinst * inst, uint32_t flag_mask, host_ea *src_op, host_ea *dst_op); |