Core: update Format_Name to match FPU_STATE

This commit is contained in:
zilmar 2024-01-04 13:11:21 +10:30
parent 6ca8333d39
commit 552b8f744a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
uint32_t CX86RegInfo::m_fpuControl = 0; 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) x86RegIndex GetIndexFromX86Reg(const asmjit::x86::Gp & Reg)
{ {