From 44ccdde6fced7672b184be82b4eaf994c1c705c5 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 13 Sep 2017 21:06:25 -0700 Subject: Preserve original address when retranslating instructions instead of switching to the lowest alias --- gen_x86.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gen_x86.h') diff --git a/gen_x86.h b/gen_x86.h index 29de004..d384107 100644 --- a/gen_x86.h +++ b/gen_x86.h @@ -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_ -- cgit v1.2.3