JHOSTIO almost comletely linked (#2689)

This commit is contained in:
hatal175
2025-09-24 05:27:24 +03:00
committed by GitHub
parent c2be5a2ab0
commit 6cb5b98768
7 changed files with 66 additions and 67 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ void JORServer::releaseMCTX(JORMContext* mctx) {
ASSERTMSGLINE(292, mctx->msgSize() < 0x10000, "JORServer:releaseMCTX: context buffer probably overflowed.\n");
if (mctx->msgSize() > 4) {
const void* var_r28 = send(mctx->msgPtr(), mctx->msgSize());
const s32 var_r28 = send(mctx->msgPtr(), mctx->msgSize());
}
}