| 150 | } |
| 151 | |
| 152 | void __OSDoHotReset(s32 arg0) |
| 153 | { |
| 154 | OSDisableInterrupts(); |
| 155 | __VIRegs[1] = 0; |
| 156 | ICFlashInvalidate(); |
| 157 | Reset(arg0 * 8); |
| 158 | } |
| 159 | |
| 160 | void OSResetSystem(int reset, u32 resetCode, BOOL forceMenu) |
| 161 | { |
no test coverage detected