mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-04-25 19:18:34 +00:00
Continued fixes for tables
This commit is contained in:
@@ -30,12 +30,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#include <cmath>
|
||||
#include <cfloat>
|
||||
|
||||
// Used for FP calcs
|
||||
|
||||
// Storage and register retrieval functions for the floating point functions.
|
||||
|
||||
#define GET_FPR(reg) ppc_state.fpr[(reg)].dbl64_r
|
||||
|
||||
double fp_return_double(uint32_t reg) {
|
||||
return ppc_state.fpr[reg].dbl64_r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user