mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
970c685df2
13 changed files with 274 additions and 82 deletions
|
@ -243,5 +243,6 @@ public record AttributeId(String name, int id) {
|
|||
// public static final AttributeId ATTRIB_VARIANT = new AttributeId("variant", 143);
|
||||
// public static final AttributeId ATTRIB_VERSION = new AttributeId("version", 144);
|
||||
|
||||
public static final AttributeId ATTRIB_UNKNOWN = new AttributeId("XMLunknown", 148);
|
||||
// public static final AttributeId ATTRIB_ADDRESS = new AttributeId("address", 148);
|
||||
public static final AttributeId ATTRIB_UNKNOWN = new AttributeId("XMLunknown", 149);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue