mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Equate testing in the decompiler
This commit is contained in:
parent
f758942dd7
commit
1c3314eaeb
2 changed files with 70 additions and 0 deletions
|
@ -59,6 +59,10 @@ public class EquateSymbol extends HighSymbol {
|
|||
|
||||
public long getValue() { return value; }
|
||||
|
||||
public int getConvert() {
|
||||
return convert;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void restoreXML(XmlPullParser parser) throws PcodeXMLException {
|
||||
XmlElement symel = parser.start("equatesymbol");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue