diff gen_x86.h @ 570:76bba9ffe351

Initial stab at separating the generic parts of the 68K core from the host-cpu specific parts.
author Michael Pavone <pavone@retrodev.com>
date Sun, 02 Mar 2014 16:34:29 -0800
parents 8e395210f50f
children f90da1c2ba86
line wrap: on
line diff
--- a/gen_x86.h	Sun Mar 02 15:25:52 2014 -0800
+++ b/gen_x86.h	Sun Mar 02 16:34:29 2014 -0800
@@ -207,9 +207,7 @@
 void btc_ir(code_info *code, uint8_t val, uint8_t dst, uint8_t size);
 void btc_irdisp(code_info *code, uint8_t val, uint8_t dst_base, int32_t dst_disp, uint8_t size);
 void jcc(code_info *code, uint8_t cc, code_ptr dest);
-void jmp(code_info *code, code_ptr dest);
 void jmp_r(code_info *code, uint8_t dst);
-void call(code_info *code, code_ptr fun);
 void call_r(code_info *code, uint8_t dst);
 void retn(code_info *code);
 void cdq(code_info *code);