mirror of
https://github.com/zeldaret/tp
synced 2026-06-05 03:08:18 -04:00
JHOSTIO almost comletely linked (#2689)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user