Added MXCSR register, fixed writing to FPUCW. (#1059)
* Added MXCSR register for reading and writing * Changed writing for fpucw register, now the qemu rounding status is updated as well
This commit is contained in:
@ -88,7 +88,7 @@ typedef enum uc_x86_reg {
|
||||
UC_X86_REG_IDTR, UC_X86_REG_GDTR, UC_X86_REG_LDTR, UC_X86_REG_TR, UC_X86_REG_FPCW,
|
||||
UC_X86_REG_FPTAG,
|
||||
UC_X86_REG_MSR, // Model-Specific Register
|
||||
|
||||
UC_X86_REG_MXCSR,
|
||||
UC_X86_REG_ENDING // <-- mark the end of the list of registers
|
||||
} uc_x86_reg;
|
||||
|
||||
|
Reference in New Issue
Block a user