From bc8e1aacd0fd42e46e7c71d5fa3c5fd160a1cc9c Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 17 May 2018 00:43:16 -0700 Subject: Fix instruction timing for a number of instructions with only a single operand --- m68k_internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'm68k_internal.h') 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); -- cgit v1.2.3