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

Method emit_check_fr

LiveRecomp/live_generator.cpp:1683–1686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1681}
1682
1683void N64Recomp::LiveGenerator::emit_check_fr(int fpr) const {
1684 (void)fpr;
1685 // Nothing to do here.
1686}
1687
1688void N64Recomp::LiveGenerator::emit_check_nan(int fpr, bool is_double) const {
1689 (void)fpr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected