mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 21:51:47 +00:00
GT-3573: Corrected SuperH rte instruction goto pcode
This commit is contained in:
parent
5277e7acf7
commit
a621f6cefa
@ -1909,7 +1909,7 @@ MovMUReg2: MovMUReg2_15 is MovMUReg2_15 {
|
||||
pc = _pc;
|
||||
sr = _sr;
|
||||
|
||||
goto [pc];
|
||||
return [pc];
|
||||
}
|
||||
|
||||
:sett is opcode_00_15=0b0000000000011000
|
||||
|
Loading…
Reference in New Issue
Block a user