mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 08:01:34 +08:00
Merge remote-tracking branch 'origin/GP-0_ghizard_master_fix_rtti_tests_due_to_GP-5101_bug'
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user