MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / call_nze

Function call_nze

g2all/700/lapse.js:212–217  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

210}
211
212function call_nze(...args) {
213 const res = chain.call_int(...args);
214 if (res !== 0) {
215 die(`call(${args[0]}) returned nonzero: ${res}`);
216 }
217}
218
219// #define SCE_KERNEL_AIO_STATE_NOTIFIED 0x10000
220//

Callers 3

spawn_threadFunction · 0.70
race_oneFunction · 0.70
double_free_reqs2Function · 0.70

Calls 2

dieFunction · 0.90
call_intMethod · 0.45

Tested by

no test coverage detected