(...args)
| 188 | } |
| 189 | |
| 190 | function 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 | // |
no test coverage detected