mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +00:00
GP-0 - fix bug introduced into MicrosoftDemangler by GP-5101
This commit is contained in:
parent
07d7358970
commit
392bd9fcc8
@ -112,7 +112,7 @@ public class MicrosoftDemangler implements Demangler {
|
||||
if (mdType == null) {
|
||||
return null;
|
||||
}
|
||||
String originalDemangled = item.toString();
|
||||
String originalDemangled = mdType.toString();
|
||||
demangler.getOutputOptions().setUseEncodedAnonymousNamespace(true);
|
||||
dataType = MicrosoftDemanglerUtil.convertToDemangledDataType(mdType, mangled,
|
||||
originalDemangled);
|
||||
|
Loading…
Reference in New Issue
Block a user