diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2012-09-11 18:11:16 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2012-09-11 18:11:16 +0000 |
| commit | d0b87d81a1b89c00b7e9be89468596ec578c79e1 (patch) | |
| tree | ec5769b945ac77f4a79e9d138004dbb6f1c32646 /lldb/source/Expression/ClangFunction.cpp | |
| parent | dd39395f83c7a850c895a72febcfe7ff394315a7 (diff) | |
| download | bcm5719-llvm-d0b87d81a1b89c00b7e9be89468596ec578c79e1.tar.gz bcm5719-llvm-d0b87d81a1b89c00b7e9be89468596ec578c79e1.zip | |
Some more typing-related fixes.
llvm-svn: 163641
Diffstat (limited to 'lldb/source/Expression/ClangFunction.cpp')
| -rw-r--r-- | lldb/source/Expression/ClangFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangFunction.cpp b/lldb/source/Expression/ClangFunction.cpp index ad6f0db1f61..7a3d6cd12b6 100644 --- a/lldb/source/Expression/ClangFunction.cpp +++ b/lldb/source/Expression/ClangFunction.cpp @@ -462,7 +462,7 @@ ClangFunction::ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, bool s { const bool try_all_threads = false; const bool discard_on_error = true; - return ExecuteFunction (exe_ctx, NULL, errors, stop_others, NULL, try_all_threads, discard_on_error, results); + return ExecuteFunction (exe_ctx, NULL, errors, stop_others, 0UL, try_all_threads, discard_on_error, results); } ExecutionResults |

