summaryrefslogtreecommitdiff
path: root/gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'gen.h')
-rw-r--r--gen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen.h b/gen.h
index cd6933e..a2d835c 100644
--- a/gen.h
+++ b/gen.h
@@ -18,5 +18,7 @@ typedef struct {
} code_info;
void init_code_info(code_info *code);
+void call(code_info *code, code_ptr fun);
+void jmp(code_info *code, code_ptr dest);
#endif //GEN_H_