summaryrefslogtreecommitdiff
path: root/gen.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-03-03 22:17:20 -0800
committerMichael Pavone <pavone@retrodev.com>2014-03-03 22:17:20 -0800
commit64e8880d50cca44cf4ff0eb8ea2fb8e4a40d01cf (patch)
treefd5287f394e0940cd0883de680ebfe655a177d23 /gen.h
parent9e8a182e9430a49c9007d7f30d2b22155f626b93 (diff)
More 68K core refactoring to both reduce the amount of code and better split the host-cpu specific parts from the generic parts
Diffstat (limited to 'gen.h')
-rw-r--r--gen.h1
1 files changed, 1 insertions, 0 deletions
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_