mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 04:46:25 +08:00
GT-3545 - GNU Demangler - Fix Parsing Issues - Ready for Review
This commit is contained in:
+2
-2
@@ -614,8 +614,8 @@ public class TypeDescriptorModel extends AbstractCreateDataTypeModel {
|
||||
return namespace;
|
||||
}
|
||||
|
||||
private boolean isNamespaceDeleted(Namespace namespace2) {
|
||||
Symbol nsSymbol = namespace2.getSymbol();
|
||||
private boolean isNamespaceDeleted(Namespace other) {
|
||||
Symbol nsSymbol = other.getSymbol();
|
||||
if (nsSymbol == null) {
|
||||
return false; // global namespace.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user