From 552b8f744a4f2210b1126c2cdfa8bab4155c9bbc Mon Sep 17 00:00:00 2001 From: zilmar Date: Thu, 4 Jan 2024 13:11:21 +1030 Subject: [PATCH] Core: update Format_Name to match FPU_STATE --- Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp b/Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp index 5a8102efa..6409c6bd0 100644 --- a/Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp +++ b/Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp @@ -12,7 +12,7 @@ uint32_t CX86RegInfo::m_fpuControl = 0; -const char * Format_Name[] = {"Unknown", "dword", "qword", "float", "double"}; +const char * Format_Name[] = {"Unknown", "dword", "qword", "float", "floatLow", "double", "double", "unsignedDoubleWord"}; x86RegIndex GetIndexFromX86Reg(const asmjit::x86::Gp & Reg) {