cpu/drcbex64.cpp: Fixed another bug uncovered after fixing a bug in the DRC tester.

This commit is contained in:
Vas Crabb 2025-04-13 03:59:23 +10:00
parent 9473c02735
commit 82718c58c4

View File

@ -4683,8 +4683,7 @@ void drcbe_x64::op_and(Assembler &a, const instruction &inst)
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);
}
}