diff gen.h @ 654:98927f1b005b

Fix some issues with 68K instruction retranslation
author Michael Pavone <pavone@retrodev.com>
date Thu, 01 Jan 2015 17:31:59 -0800
parents 1594525e2157
children 24ccfd70133a
line wrap: on
line diff
--- a/gen.h	Thu Jan 01 14:36:55 2015 -0800
+++ b/gen.h	Thu Jan 01 17:31:59 2015 -0800
@@ -17,6 +17,8 @@
 	code_ptr last;
 } code_info;
 
+void check_alloc_code(code_info *code, uint32_t inst_size);
+
 void init_code_info(code_info *code);
 void call(code_info *code, code_ptr fun);
 void jmp(code_info *code, code_ptr dest);