mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Add missing switch case in PcodeOp.toString for SEGMENTOP
This commit is contained in:
parent
21893b10f6
commit
e71b4381b4
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