Types: Use nullptr over 0
This commit is contained in:
@@ -2425,7 +2425,7 @@ u64 thread_base::get_cycles()
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
_endthreadex(0);
|
_endthreadex(0);
|
||||||
#else
|
#else
|
||||||
pthread_exit(0);
|
pthread_exit(nullptr);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user