diff gen_x86.h @ 1465:5d41d0574863

Preserve original address when retranslating instructions instead of switching to the lowest alias
author Michael Pavone <pavone@retrodev.com>
date Wed, 13 Sep 2017 21:06:25 -0700
parents 0649cd8ca097
children 37afb9cf58be
line wrap: on
line diff
--- a/gen_x86.h	Fri Sep 08 00:38:22 2017 -0700
+++ b/gen_x86.h	Wed Sep 13 21:06:25 2017 -0700
@@ -216,6 +216,7 @@
 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_