| 60 | }; |
| 61 | |
| 62 | struct TestStats { |
| 63 | TestError error; |
| 64 | uint64_t codegen_microseconds; |
| 65 | uint64_t execution_microseconds; |
| 66 | uint64_t code_size; |
| 67 | }; |
| 68 | |
| 69 | void write1(uint8_t* rdram, recomp_context* ctx) { |
| 70 | MEM_B(0, ctx->r4) = 1; |
nothing calls this directly
no outgoing calls
no test coverage detected