Match JASTaskThread::run (#2934)

This commit is contained in:
LagoLunatic
2025-12-08 15:12:42 -05:00
committed by GitHub
parent 3ec0cbca92
commit 239fedd80b
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -81,12 +81,11 @@ int JASTaskThread::sendCmdMsg(JASThreadCallback callback, void* msg) {
return iVar2;
}
// NONMATCHING Regalloc
void* JASTaskThread::run() {
JASThreadCallStack* callstack;
OSInitFastCast();
do {
callstack = (JASThreadCallStack*)waitMessageBlock();
callstack = static_cast<JASThreadCallStack*>(waitMessageBlock());
if (field_0x84) {
OSSleepThread(&threadQueue_);
}