diff options
| author | Caroline Tice <ctice@apple.com> | 2011-06-14 16:36:12 +0000 |
|---|---|---|
| committer | Caroline Tice <ctice@apple.com> | 2011-06-14 16:36:12 +0000 |
| commit | c1338e8d384c2a26a4b6c9503d297d22b9ab9a60 (patch) | |
| tree | 5f0f65325116b2a3abafe2a1694bfa0967ffe32d /lldb/source/API | |
| parent | c5e7386983419e1943c719be598c4a46b82a2284 (diff) | |
| download | bcm5719-llvm-c1338e8d384c2a26a4b6c9503d297d22b9ab9a60.tar.gz bcm5719-llvm-c1338e8d384c2a26a4b6c9503d297d22b9ab9a60.zip | |
Add error message; clean up comment.
llvm-svn: 132997
Diffstat (limited to 'lldb/source/API')
| -rw-r--r-- | lldb/source/API/SBHostOS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBHostOS.cpp b/lldb/source/API/SBHostOS.cpp index 2c36584f4e2..573e0557aa8 100644 --- a/lldb/source/API/SBHostOS.cpp +++ b/lldb/source/API/SBHostOS.cpp @@ -41,7 +41,7 @@ SBHostOS::ThreadCreate log->Printf ("SBHostOS::ThreadCreate (name=\"%s\", thread_function=%p, thread_arg=%p, error_ptr=%p)", name, thread_function, thread_arg, error_ptr); - // CAROLINE: FIXME: You need to log a return value? + // FIXME: You should log the return value? return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL); } |

