| 873 | } |
| 874 | |
| 875 | int64_t do_floor_l_d(double num) { |
| 876 | return (int64_t)floor(num); |
| 877 | } |
| 878 | |
| 879 | void N64Recomp::LiveGenerator::load_relocated_address(const InstructionContext& ctx, int reg) const { |
| 880 | // Get the pointer to the section address. |
nothing calls this directly
no outgoing calls
no test coverage detected