| 474 | } |
| 475 | |
| 476 | static int emu_debuggerloopstep(lua_State *L) { |
| 477 | #ifdef __WIN_DRIVER__ |
| 478 | extern void win_debuggerLoopStep(); |
| 479 | win_debuggerLoopStep(); |
| 480 | #endif |
| 481 | return 0; |
| 482 | } |
| 483 | |
| 484 | // emu.softreset() |
| 485 | // |
nothing calls this directly
no test coverage detected