mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
SuperH4: fix FSCA opcode destination location
This commit is contained in:
parent
53d7e1608f
commit
24c0699a38
1 changed files with 3 additions and 3 deletions
|
@ -346,9 +346,9 @@ define token instr(16)
|
|||
N_1 = ( 9,11) # register id
|
||||
N_2 = (10,11) # register id
|
||||
FRN_0 = ( 8,11) # float register id
|
||||
FRN_1 = ( 8,10) # float register id
|
||||
FRN_2 = ( 8,10) # float register id
|
||||
DRN_0 = ( 8,10) # double register id
|
||||
FRN_1 = ( 9,11) # float register id
|
||||
FRN_2 = ( 9,11) # float register id
|
||||
DRN_0 = ( 9,11) # double register id
|
||||
DRN_1 = ( 9,11) # double register id
|
||||
XDN_1 = ( 9,11) # double register id
|
||||
XDRN = ( 8,11) # float register id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue