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

Method emit_jtbl_addend_declaration

LiveRecomp/live_generator.cpp:1475–1479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1473}
1474
1475void N64Recomp::LiveGenerator::emit_jtbl_addend_declaration(const JumpTable& jtbl, int reg) const {
1476 (void)jtbl;
1477 (void)reg;
1478 // Nothing to do here, the live recompiler performs a subtraction to get the switch's case.
1479}
1480
1481void N64Recomp::LiveGenerator::emit_branch_condition(const ConditionalBranchOp& op, const InstructionContext& ctx) const {
1482 // Make sure there's no pending jump.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected