summaryrefslogtreecommitdiff
path: root/src/JSystem/JHostIO/JORServer.cpp
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2025-09-24 05:27:24 +0300
committerGitHub <noreply@github.com>2025-09-23 20:27:24 -0600
commit169c7ae4a2e892a78babe26b450a2846ea0d8e38 (patch)
tree085f3eff6babca2b93d25c9b3ac3d2f3cd4885e8 /src/JSystem/JHostIO/JORServer.cpp
parent68b4af5eab55fa9aeff69d8425a7d26d14689264 (diff)
JHOSTIO almost comletely linked (#2689)
Diffstat (limited to 'src/JSystem/JHostIO/JORServer.cpp')
-rw-r--r--src/JSystem/JHostIO/JORServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JHostIO/JORServer.cpp b/src/JSystem/JHostIO/JORServer.cpp
index a6261f45bc..f453351894 100644
--- a/src/JSystem/JHostIO/JORServer.cpp
+++ b/src/JSystem/JHostIO/JORServer.cpp
@@ -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());
}
}