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_x86.h | |
parent | ec4eed4f35910aa27ca353fceea38155806ef188 (diff) |
Fix some issues with 68K instruction retranslation
Diffstat (limited to 'gen_x86.h')
-rw-r--r-- | gen_x86.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -80,8 +80,6 @@ enum { MODE_IMMED = 0xFF } x86_modes; -void check_alloc_code(code_info *code, uint32_t inst_size); - void rol_ir(code_info *code, uint8_t val, uint8_t dst, uint8_t size); void ror_ir(code_info *code, uint8_t val, uint8_t dst, uint8_t size); void rcl_ir(code_info *code, uint8_t val, uint8_t dst, uint8_t size); |