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

Function call_nze

g2all/900/lapse.js:190–195  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

188}
189
190function call_nze(...args) {
191 const res = chain.call_int(...args);
192 if (res !== 0) {
193 die(`call(${args[0]}) returned nonzero: ${res}`);
194 }
195}
196
197// #define SCE_KERNEL_AIO_STATE_NOTIFIED 0x10000
198//

Callers 4

spawn_threadFunction · 0.70
race_oneFunction · 0.70
double_free_reqs2Function · 0.70
runPayloadFunction · 0.70

Calls 2

dieFunction · 0.90
call_intMethod · 0.45

Tested by

no test coverage detected