Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz 2022-09-14 01:33:09 -04:00
commit 0ea0c6c4de

View file

@ -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