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) {