===========================================================================
| 774 | |
| 775 | //=========================================================================== |
| 776 | Update_t CmdBenchmarkStart (int nArgs) |
| 777 | { |
| 778 | CpuSetupBenchmark(); |
| 779 | g_nDisasmCurAddress = regs.pc; |
| 780 | DisasmCalcTopBotAddress(); |
| 781 | g_bBenchmarking = true; |
| 782 | return UPDATE_ALL; // 1; |
| 783 | } |
| 784 | |
| 785 | //=========================================================================== |
| 786 | Update_t CmdBenchmarkStop (int nArgs) |
no test coverage detected