mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
cpu/drcbex64.cpp: Fixed another bug uncovered after fixing a bug in the DRC tester.
This commit is contained in:
parent
9473c02735
commit
82718c58c4
@ -4683,8 +4683,7 @@ void drcbe_x64::op_and(Assembler &a, const instruction &inst)
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
if ((inst.size() == 4) || !src2p.is_immediate_value(util::make_bitmask<uint64_t>(inst.size() * 8)))
|
mov_param_reg(a, dstp, dstreg);
|
||||||
mov_param_reg(a, dstp, dstreg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user