diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/libThread/src/Thread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libThread/src/Thread.cpp b/src/libThread/src/Thread.cpp index 89a90e00..03e1322b 100644 --- a/src/libThread/src/Thread.cpp +++ b/src/libThread/src/Thread.cpp @@ -77,5 +77,6 @@ IMPORT_C SInt32 ThrExitThread(_Input ThreadRef ref, _Input SInt32 exit_code) { if (kCurrentThread == ref) kCurrentThread = nullptr; kThreadExitCodes[kThreadMapMax % ref->__hash] = exit_code; + return kErrorSuccess; }
\ No newline at end of file |
