JHOSTIO almost comletely linked (#2689)

This commit is contained in:
hatal175
2025-09-24 05:27:24 +03:00
committed by GitHub
parent 68b4af5eab
commit 169c7ae4a2
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());
}
}