mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 21:02:39 +02:00
Jit bug number two
This commit is contained in:
parent
de8b3f81e4
commit
a4cff4de13
@ -157,5 +157,5 @@ void* jitGetRwAddr(Jit* j) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void* jitGetRxAddr(Jit* j) {
|
void* jitGetRxAddr(Jit* j) {
|
||||||
return j->rw_addr;
|
return j->rx_addr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user