Core: update Format_Name to match FPU_STATE
This commit is contained in:
parent
6ca8333d39
commit
552b8f744a
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue