mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Bug fix for creating symbol
This commit is contained in:
parent
c2510e5ab0
commit
2c9fa635d7
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class LabelSymbolApplier extends MsSymbolApplier {
|
|||
name = NamespaceUtils.getNamespaceQualifiedName(f, name, true);
|
||||
}
|
||||
}
|
||||
applicator.createSymbol(symbolAddress, symbol.getName(), false);
|
||||
applicator.createSymbol(symbolAddress, name, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue