mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/GP-0_ghizard_master_fix_rtti_tests_due_to_GP-5101_bug'
This commit is contained in:
commit
b80cfdff3f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue