mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
88f3fec04e
If the register pressure is high when allocating registers, Arm64FPRCache may spill a guest register which we are going to allocate later during the current instruction, which has the side effect of turning it into double precision. This will have bad consequences if we are assuming that it is single precision, so let's add some asserts to detect if that ever happens.