Continued fixes for tables

This commit is contained in:
dingusdev
2024-03-24 17:24:36 -07:00
parent 5631485465
commit 30802affd4
4 changed files with 88 additions and 87 deletions
-4
View File
@@ -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;
}