| 1473 | } |
| 1474 | |
| 1475 | void 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 | |
| 1481 | void N64Recomp::LiveGenerator::emit_branch_condition(const ConditionalBranchOp& op, const InstructionContext& ctx) const { |
| 1482 | // Make sure there's no pending jump. |
nothing calls this directly
no outgoing calls
no test coverage detected