Merge remote-tracking branch 'origin/GP-3786_ghidorahrex_6x09_stu_fix'

(Closes #5671)
This commit is contained in:
Ryan Kurtz 2023-11-29 11:09:03 -05:00
commit cc23b93d06

View file

@ -1268,7 +1268,7 @@ macro PushEntireState()
:STU OP2 is (op=0xDF | op=0xEF | op=0xFF) ... & OP2 :STU OP2 is (op=0xDF | op=0xEF | op=0xFF) ... & OP2
{ {
storeRegister(X, OP2); storeRegister(U, OP2);
} }
################################################################ ################################################################