(...args)
| 210 | } |
| 211 | |
| 212 | function 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 | // |
no test coverage detected