Merge remote-tracking branch

'origin/GP-3525_ghidorahrex_6x09_leaxy_fix--SQUASHED' into patch
(Closes #5414)
This commit is contained in:
Ryan Kurtz
2023-06-28 07:31:01 -04:00
@@ -1008,12 +1008,16 @@ macro PushEntireState()
:LEAX EA is op=0x30; EA
{
X = EA;
local tmp = EA;
X = tmp;
$(Z) = (tmp == 0);
}
:LEAY EA is op=0x31; EA
{
Y = EA;
local tmp = EA;
Y = tmp;
$(Z) = (tmp == 0);
}
:LEAS EA is op=0x32; EA