| 547 | } |
| 548 | |
| 549 | void N64Recomp::CGenerator::emit_do_break(uint32_t instr_vram) const { |
| 550 | fmt::print(output_file, "do_break({});\n", instr_vram); |
| 551 | } |
| 552 | |
| 553 | void N64Recomp::CGenerator::emit_pause_self() const { |
| 554 | fmt::print(output_file, "pause_self(rdram);\n"); |
no outgoing calls
no test coverage detected