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; j->src_addr = NULL;
} }
} }
return 0; return rc;
} }
void* jitGetRwAddr(Jit* j) { void* jitGetRwAddr(Jit* j) {