mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-24 22:02:39 +02:00
Jit errorcode bugfix
This commit is contained in:
parent
81a39130fe
commit
de8b3f81e4
@ -149,7 +149,7 @@ Result jitClose(Jit* j)
|
||||
j->src_addr = NULL;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
return rc;
|
||||
}
|
||||
|
||||
void* jitGetRwAddr(Jit* j) {
|
||||
|
Loading…
Reference in New Issue
Block a user