diff --git a/nx/source/kernel/jit.c b/nx/source/kernel/jit.c index 8a15e1cb..637f29e3 100644 --- a/nx/source/kernel/jit.c +++ b/nx/source/kernel/jit.c @@ -149,7 +149,7 @@ Result jitClose(Jit* j) j->src_addr = NULL; } } - return 0; + return rc; } void* jitGetRwAddr(Jit* j) {