| 575 | } |
| 576 | |
| 577 | void Dynamo_SelectCore() |
| 578 | { |
| 579 | bool trace_enabled = gTraceRecorder.IsTraceActive(); |
| 580 | |
| 581 | if (trace_enabled) |
| 582 | { |
| 583 | g_pCPUCore = CPU_Go< true, true >; |
| 584 | } |
| 585 | else |
| 586 | { |
| 587 | g_pCPUCore = CPU_Go< true, false >; |
| 588 | } |
| 589 | } |
| 590 | |
| 591 | #else |
| 592 |
no test coverage detected