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

Method emit_syscall

src/cgenerator.cpp:545–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void N64Recomp::CGenerator::emit_syscall(uint32_t instr_vram) const {
546 fmt::print(output_file, "recomp_syscall_handler(rdram, ctx, 0x{:08X});\n", instr_vram);
547}
548
549void N64Recomp::CGenerator::emit_do_break(uint32_t instr_vram) const {
550 fmt::print(output_file, "do_break({});\n", instr_vram);

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected