mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-7421_ds5678_pcodeop-tostring-segmentop'
This commit is contained in:
commit
738fe8bc4f
1 changed files with 2 additions and 0 deletions
|
@ -689,6 +689,8 @@ public class PcodeOp {
|
|||
return "PTRADD";
|
||||
case PTRSUB:
|
||||
return "PTRSUB";
|
||||
case SEGMENTOP:
|
||||
return "SEGMENTOP";
|
||||
case CPOOLREF:
|
||||
return "CPOOLREF";
|
||||
case NEW:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue