From a8de34d56d3da98ff151f7b237d86b6460bc04fc Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 2 Apr 2026 15:45:24 +0200 Subject: [CHORE] libThread: Add new line to `ThrExitThread`. Signed-off-by: Amlal --- src/libThread/src/Thread.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3