mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Scope id fix for external references
This commit is contained in:
parent
e8b7a61197
commit
078159dd29
2 changed files with 11 additions and 1 deletions
|
@ -55,6 +55,7 @@ public class HighFunctionShellSymbol extends HighSymbol {
|
|||
@Override
|
||||
public void saveXML(StringBuilder buf) {
|
||||
buf.append("<function");
|
||||
SpecXmlUtils.encodeUnsignedIntegerAttribute(buf, "id", getId());
|
||||
SpecXmlUtils.xmlEscapeAttribute(buf, "name", name);
|
||||
SpecXmlUtils.encodeSignedIntegerAttribute(buf, "size", 1);
|
||||
buf.append(">\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue