mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 15:55:31 +01:00
Jit64: drop a FIXME that has been fixed for years
See 6cdb40a19420807268c1c962ef673cb297a3e72e.
This commit is contained in:
parent
b7514955e5
commit
e27fae22d8
@ -128,7 +128,6 @@ void Jit64::psq_stXX(UGeckoInstruction inst)
|
|||||||
AND(32, R(RSCRATCH2), PPCSTATE(spr[SPR_GQR0 + i]));
|
AND(32, R(RSCRATCH2), PPCSTATE(spr[SPR_GQR0 + i]));
|
||||||
MOVZX(32, 8, RSCRATCH, R(RSCRATCH2));
|
MOVZX(32, 8, RSCRATCH, R(RSCRATCH2));
|
||||||
|
|
||||||
// FIXME: Fix ModR/M encoding to allow [RSCRATCH2*8+disp32] without a base register!
|
|
||||||
if (w)
|
if (w)
|
||||||
{
|
{
|
||||||
// One value
|
// One value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user