kernel: thread_management: silence compilation warning

This commit is contained in:
psucien 2024-06-25 09:56:19 +02:00
parent ff64dd74f6
commit 3b2a312f15
1 changed files with 1 additions and 0 deletions

View File

@ -1278,6 +1278,7 @@ int PS4_SYSV_ABI scePthreadOnce(int* once_control, void (*init_routine)(void)) {
[[noreturn]] void PS4_SYSV_ABI scePthreadExit(void* value_ptr) { [[noreturn]] void PS4_SYSV_ABI scePthreadExit(void* value_ptr) {
pthread_exit(value_ptr); pthread_exit(value_ptr);
UNREACHABLE();
} }
void pthreadSymbolsRegister(Core::Loader::SymbolsResolver* sym) { void pthreadSymbolsRegister(Core::Loader::SymbolsResolver* sym) {