[lldb] Fix typo in r373675

llvm-svn: 373719
This commit is contained in:
Sam McCall
2019-10-04 09:33:04 +00:00
parent e667401055
commit 4128dc4500

View File

@@ -288,7 +288,7 @@ LLDBSwigPythonCreateScriptedThreadPlan
Py_RETURN_NONE;
}
result = pfunc(tp_arg, dict);
} else if (init_num_args = 4) {
} else if (init_num_args == 4) {
lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(args_value));
result = pfunc(tp_arg, args_arg, dict);