| 278 | } |
| 279 | |
| 280 | void SingleStep(bool bReinit) |
| 281 | { |
| 282 | if (bReinit) |
| 283 | { |
| 284 | g_uModeStepping_Cycles = 0; |
| 285 | g_uModeStepping_LastGetKey_ScrollLock = false; |
| 286 | } |
| 287 | |
| 288 | ContinueExecution(); |
| 289 | } |
| 290 | |
| 291 | //=========================================================================== |
| 292 |
no test coverage detected