mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-3680 Add case label tokens
This commit is contained in:
parent
c072972153
commit
fe2f993e11
15 changed files with 415 additions and 138 deletions
|
@ -234,7 +234,7 @@ void PrintJava::opLoad(const PcodeOp *op)
|
|||
pushOp(&subscript,op);
|
||||
pushVn(op->getIn(1),op,m);
|
||||
if (printArrayRef)
|
||||
push_integer(0,4,false,(Varnode *)0,op);
|
||||
push_integer(0,4,false,syntax,(Varnode *)0,op);
|
||||
}
|
||||
|
||||
void PrintJava::opStore(const PcodeOp *op)
|
||||
|
@ -245,7 +245,7 @@ void PrintJava::opStore(const PcodeOp *op)
|
|||
if (needZeroArray(op->getIn(1))) {
|
||||
pushOp(&subscript,op);
|
||||
pushVn(op->getIn(1),op,m);
|
||||
push_integer(0,4,false,(Varnode *)0,op);
|
||||
push_integer(0,4,false,syntax,(Varnode *)0,op);
|
||||
pushVn(op->getIn(2),op,mods);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue