sets a branch to occur some time from the current cycle
| 203 | |
| 204 | // sets a branch to occur some time from the current cycle |
| 205 | __fi void cpuSetNextEventDelta( s32 delta ) |
| 206 | { |
| 207 | cpuSetNextEvent( cpuRegs.cycle, delta ); |
| 208 | } |
| 209 | |
| 210 | __fi int cpuGetCycles(int interrupt) |
| 211 | { |
no test coverage detected