From 64e8880d50cca44cf4ff0eb8ea2fb8e4a40d01cf Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 3 Mar 2014 22:17:20 -0800 Subject: More 68K core refactoring to both reduce the amount of code and better split the host-cpu specific parts from the generic parts --- gen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gen.h') diff --git a/gen.h b/gen.h index a2d835c..e1492fc 100644 --- a/gen.h +++ b/gen.h @@ -20,5 +20,6 @@ typedef struct { void init_code_info(code_info *code); void call(code_info *code, code_ptr fun); void jmp(code_info *code, code_ptr dest); +void jmp_r(code_info *code, uint8_t dst); #endif //GEN_H_ -- cgit v1.2.3