summaryrefslogtreecommitdiff
path: root/m68k_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'm68k_internal.h')
-rw-r--r--m68k_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_internal.h b/m68k_internal.h
index 6d6895b..981cbfb 100644
--- a/m68k_internal.h
+++ b/m68k_internal.h
@@ -72,7 +72,6 @@ void translate_m68k_lsr(m68k_options *opts, m68kinst *inst, host_ea *src_op, hos
void translate_m68k_bit(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_chk(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_div(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
-void translate_m68k_divu(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_exg(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_mul(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_negx(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);