| 1797 | } |
| 1798 | |
| 1799 | void record_dma_reset(int start) |
| 1800 | { |
| 1801 | if (start && !dma_record_data) { |
| 1802 | dma_record_init(); |
| 1803 | } |
| 1804 | if (!dma_record_data) { |
| 1805 | return; |
| 1806 | } |
| 1807 | if (start && !debug_dma) { |
| 1808 | debug_dma = start; |
| 1809 | } |
| 1810 | } |
| 1811 | |
| 1812 | void record_copper_reset (void) |
| 1813 | { |
no test coverage detected