mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
GP-1 Minor fix Rust demangling of function symbol
This commit is contained in:
@@ -131,6 +131,7 @@ public class RustDemanglerAnalyzer extends AbstractDemanglerAnalyzer {
|
||||
if (demangled instanceof DemangledFunction defunc) {
|
||||
defunc.applyTo(mangledContext.getProgram(), mangledContext.getAddress(),
|
||||
mangledContext.getOptions(), monitor);
|
||||
return;
|
||||
}
|
||||
}
|
||||
catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user