mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-01-19 07:50:08 +00:00
GP-2542 - Fix MSFT Demangler Calling Conventions flag
This commit is contained in:
parent
483bcc171c
commit
15a8ec922a
@ -67,6 +67,9 @@ public class MicrosoftDemanglerAnalyzer extends AbstractDemanglerAnalyzer {
|
||||
public void optionsChanged(Options options, Program program) {
|
||||
applyFunctionSignature =
|
||||
options.getBoolean(OPTION_NAME_APPLY_SIGNATURE, applyFunctionSignature);
|
||||
|
||||
applyCallingConvention =
|
||||
options.getBoolean(OPTION_NAME_APPLY_CALLING_CONVENTION, applyCallingConvention);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user