| 1681 | } |
| 1682 | |
| 1683 | void N64Recomp::LiveGenerator::emit_check_fr(int fpr) const { |
| 1684 | (void)fpr; |
| 1685 | // Nothing to do here. |
| 1686 | } |
| 1687 | |
| 1688 | void N64Recomp::LiveGenerator::emit_check_nan(int fpr, bool is_double) const { |
| 1689 | (void)fpr; |
nothing calls this directly
no outgoing calls
no test coverage detected