mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
Add error message; clean up comment.
llvm-svn: 132997
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user