mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-3786: Fixed 6x09 STU instruction to store U register
This commit is contained in:
@@ -1268,7 +1268,7 @@ macro PushEntireState()
|
||||
|
||||
:STU OP2 is (op=0xDF | op=0xEF | op=0xFF) ... & OP2
|
||||
{
|
||||
storeRegister(X, OP2);
|
||||
storeRegister(U, OP2);
|
||||
}
|
||||
|
||||
################################################################
|
||||
|
||||
Reference in New Issue
Block a user