| 43 | static eZ80atomics_t cpu_atomics; |
| 44 | |
| 45 | static void cpu_clear_context(void) { |
| 46 | cpu.PREFIX = cpu.SUFFIX = 0; |
| 47 | cpu.L = cpu.ADL; |
| 48 | cpu.IL = cpu.ADL; |
| 49 | } |
| 50 | |
| 51 | static void cpu_inst_start(void) { |
| 52 | cpu_clear_context(); |
no outgoing calls
no test coverage detected