diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-01-01 17:31:59 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-01-01 17:31:59 -0800 |
commit | 574281b6ea14c8534582f088b1cbf128ba6b1d76 (patch) | |
tree | e5bc82bd61baf7716dbd5b85fae5c4dbcdc9ab53 /gen.h | |
parent | ec4eed4f35910aa27ca353fceea38155806ef188 (diff) |
Fix some issues with 68K instruction retranslation
Diffstat (limited to 'gen.h')
-rw-r--r-- | gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ typedef struct { 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); |