diff options
Diffstat (limited to 'lldb/source/Target/ThreadPlanCallFunction.cpp')
-rw-r--r-- | lldb/source/Target/ThreadPlanCallFunction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Target/ThreadPlanCallFunction.cpp b/lldb/source/Target/ThreadPlanCallFunction.cpp index 0491d34..370db07 100644 --- a/lldb/source/Target/ThreadPlanCallFunction.cpp +++ b/lldb/source/Target/ThreadPlanCallFunction.cpp @@ -132,7 +132,7 @@ ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, m_valid (false), m_stop_other_threads (stop_other_threads), m_function_addr (function), - m_function_sp (NULL), + m_function_sp (0), m_return_type (return_type), m_takedown_done (false), m_stop_address (LLDB_INVALID_ADDRESS), @@ -196,7 +196,7 @@ ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, m_valid (false), m_stop_other_threads (stop_other_threads), m_function_addr (function), - m_function_sp(NULL), + m_function_sp(0), m_return_type (return_type), m_takedown_done (false), m_stop_address (LLDB_INVALID_ADDRESS) |