MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / emit_switch_error

Method emit_switch_error

src/cgenerator.cpp:476–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476void N64Recomp::CGenerator::emit_switch_error(uint32_t instr_vram, uint32_t jtbl_vram) const {
477 fmt::print(output_file, "default: switch_error(__func__, 0x{:08X}, 0x{:08X});\n", instr_vram, jtbl_vram);
478}
479
480void N64Recomp::CGenerator::emit_return(const Context& context, size_t func_index) const {
481 (void)func_index;

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected