diff m68k_internal.h @ 581:9f40aa5243c2

Combine implementations of lea and pea. Update bit instructions to use the op_ family of functions to simplify their implementation a bit.
author Michael Pavone <pavone@retrodev.com>
date Wed, 05 Mar 2014 19:26:53 -0800
parents a6f2db4df70d
children c05fcbfe1b1a
line wrap: on
line diff
--- a/m68k_internal.h	Wed Mar 05 09:33:50 2014 -0800
+++ b/m68k_internal.h	Wed Mar 05 19:26:53 2014 -0800
@@ -46,8 +46,7 @@
 code_ptr get_native_address_trans(m68k_context * context, uint32_t address);
 
 //individual instructions
-void translate_m68k_lea(m68k_options * opts, m68kinst * inst);
-void translate_m68k_pea(m68k_options * opts, m68kinst * inst);
+void translate_m68k_lea_pea(m68k_options * opts, m68kinst * inst);
 void translate_m68k_bsr(m68k_options * opts, m68kinst * inst);
 void translate_m68k_jmp_jsr(m68k_options * opts, m68kinst * inst);
 void translate_m68k_unlk(m68k_options * opts, m68kinst * inst);