mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
[lldb] Fix typo in r373675
llvm-svn: 373719
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user