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

Method emit_named_function_call

LiveRecomp/live_generator.cpp:1439–1443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1437}
1438
1439void N64Recomp::LiveGenerator::emit_named_function_call(const std::string& function_name) const {
1440 // The live recompiler can't call functions by name. This is only used for statics, so it's not an issue.
1441 assert(false);
1442 errored = true;
1443}
1444
1445void N64Recomp::LiveGenerator::emit_goto(const std::string& target) const {
1446 sljit_jump* jump = sljit_emit_jump(compiler, SLJIT_JUMP);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected