diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-05-17 00:43:16 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-05-17 00:43:16 -0700 |
commit | bc8e1aacd0fd42e46e7c71d5fa3c5fd160a1cc9c (patch) | |
tree | 25e295174945e774e1feb4be4c01c691d96d8294 /m68k_internal.h | |
parent | 558e58d159eaa027e148f70347bbb6b8138a0781 (diff) |
Fix instruction timing for a number of instructions with only a single operand
Diffstat (limited to 'm68k_internal.h')
-rw-r--r-- | m68k_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_internal.h b/m68k_internal.h index 4533de1..c3f55ec 100644 --- a/m68k_internal.h +++ b/m68k_internal.h @@ -66,7 +66,6 @@ void translate_m68k_arith(m68k_options *opts, m68kinst * inst, uint32_t flag_mas void translate_m68k_unary(m68k_options *opts, m68kinst *inst, uint32_t flag_mask, host_ea *dst_op); void translate_m68k_cmp(m68k_options * opts, m68kinst * inst); void translate_m68k_tas(m68k_options * opts, m68kinst * inst); -void translate_m68k_clr(m68k_options * opts, m68kinst * inst); void translate_m68k_ext(m68k_options * opts, m68kinst * inst); void translate_m68k_abcd_sbcd(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); void translate_m68k_sl(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); |