mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-7421_ds5678_pcodeop-tostring-segmentop'
This commit is contained in:
@@ -689,6 +689,8 @@ public class PcodeOp {
|
||||
return "PTRADD";
|
||||
case PTRSUB:
|
||||
return "PTRSUB";
|
||||
case SEGMENTOP:
|
||||
return "SEGMENTOP";
|
||||
case CPOOLREF:
|
||||
return "CPOOLREF";
|
||||
case NEW:
|
||||
|
||||
Reference in New Issue
Block a user