mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Revert back to the old code on x64.
This commit is contained in:
@@ -53,7 +53,9 @@ duplicate_uop(ir_data_t *ir, uop_t *uop, int offset)
|
||||
new_uop->imm_data = uop->imm_data;
|
||||
new_uop->p = uop->p;
|
||||
new_uop->pc = uop->pc;
|
||||
#if defined __ARM_EABI__ || defined _ARM_ || defined _M_ARM || defined __aarch64__ || defined _M_ARM64
|
||||
new_uop->is_a16 = uop->is_a16;
|
||||
#endif
|
||||
|
||||
if (uop->jump_dest_uop != -1) {
|
||||
new_uop->jump_dest_uop = uop->jump_dest_uop + offset;
|
||||
|
||||
Reference in New Issue
Block a user