diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-09-13 21:06:25 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-09-13 21:06:25 -0700 |
commit | 44ccdde6fced7672b184be82b4eaf994c1c705c5 (patch) | |
tree | 7ee628871001a1704a9174ab600803d699dd0058 /gen_x86.h | |
parent | 5ce0a0e79020bd6e9e42bc32f706b208066d7ec0 (diff) |
Preserve original address when retranslating instructions instead of switching to the lowest alias
Diffstat (limited to 'gen_x86.h')
-rw-r--r-- | gen_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -216,6 +216,7 @@ void call_r(code_info *code, uint8_t dst); void retn(code_info *code); void cdq(code_info *code); void loop(code_info *code, code_ptr dst); +uint8_t is_mov_ir(code_ptr inst); #endif //GEN_X86_H_ |