Skip to content

Commit

Permalink
Core: update Format_Name to match FPU_STATE
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Jan 4, 2024
1 parent 6ca8333 commit 552b8f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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)
{
Expand Down

0 comments on commit 552b8f7

Please sign in to comment.