comparison 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
comparison
equal deleted inserted replaced
1464:ffe45c5b8390 1465:5d41d0574863
214 void call_noalign(code_info *code, code_ptr fun); 214 void call_noalign(code_info *code, code_ptr fun);
215 void call_r(code_info *code, uint8_t dst); 215 void call_r(code_info *code, uint8_t dst);
216 void retn(code_info *code); 216 void retn(code_info *code);
217 void cdq(code_info *code); 217 void cdq(code_info *code);
218 void loop(code_info *code, code_ptr dst); 218 void loop(code_info *code, code_ptr dst);
219 uint8_t is_mov_ir(code_ptr inst);
219 220
220 #endif //GEN_X86_H_ 221 #endif //GEN_X86_H_
221 222