mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +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";
|
return "PTRADD";
|
||||||
case PTRSUB:
|
case PTRSUB:
|
||||||
return "PTRSUB";
|
return "PTRSUB";
|
||||||
|
case SEGMENTOP:
|
||||||
|
return "SEGMENTOP";
|
||||||
case CPOOLREF:
|
case CPOOLREF:
|
||||||
return "CPOOLREF";
|
return "CPOOLREF";
|
||||||
case NEW:
|
case NEW:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue