1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-26 20:12:14 +02:00

Jit errorcode bugfix

This commit is contained in:
plutoo 2018-01-20 14:03:44 +01:00
parent 81a39130fe
commit de8b3f81e4

View File

@ -149,7 +149,7 @@ Result jitClose(Jit* j)
j->src_addr = NULL;
}
}
return 0;
return rc;
}
void* jitGetRwAddr(Jit* j) {