mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 12:11:55 +00:00
Merge remote-tracking branch 'origin/GP-4946_dev747368_gnudemangler_npe'
This commit is contained in:
commit
c08736bf19
@ -77,7 +77,9 @@ public class GnuDemangler implements Demangler {
|
||||
public DemangledObject demangle(MangledContext mangledContext)
|
||||
throws DemangledException {
|
||||
DemangledObject demangled = demangleInternal(mangledContext);
|
||||
demangled.setMangledContext(mangledContext);
|
||||
if (demangled != null) {
|
||||
demangled.setMangledContext(mangledContext);
|
||||
}
|
||||
return demangled;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user