Equate testing in the decompiler

This commit is contained in:
caheckman 2020-11-05 13:26:55 -05:00
parent f758942dd7
commit 1c3314eaeb
2 changed files with 70 additions and 0 deletions

View file

@ -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");