mirror of
https://github.com/NationalSecurityAgency/ghidra
synced 2024-11-05 18:30:17 +00:00
GP-3434: Fixed PPC VLE e_sthu mnemonic display
This commit is contained in:
parent
0efe56fd9b
commit
9dc6e6e29d
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ IMM16B: val is IMM_0_10_VLE & IMM_16_20_VLE [ val = (IMM_16_20_VLE << 11) |
|
|||
*:2(sd4HPlusRxAddr) = RZ_VLE:2;
|
||||
}
|
||||
|
||||
:sthu S,d8PlusRaAddress is $(ISVLE) & OP=6 & XOP_8_VLE=5 & S & A & d8PlusRaAddress
|
||||
:e_sthu S,d8PlusRaAddress is $(ISVLE) & OP=6 & XOP_8_VLE=5 & S & A & d8PlusRaAddress
|
||||
{
|
||||
ea:$(REGISTER_SIZE) = d8PlusRaAddress;
|
||||
*:2(ea) = S:2;
|
||||
|
|
Loading…
Reference in a new issue