Add x87 FPU registers #1524

This commit is contained in:
lazymio
2022-01-04 21:12:12 +01:00
parent 47097b55b7
commit d854e22301
2 changed files with 37 additions and 0 deletions

View File

@ -319,6 +319,11 @@ typedef enum uc_x86_reg {
UC_X86_REG_GS_BASE,
UC_X86_REG_FLAGS,
UC_X86_REG_RFLAGS,
UC_X86_REG_FIP,
UC_X86_REG_FCS,
UC_X86_REG_FDP,
UC_X86_REG_FDS,
UC_X86_REG_FOP,
UC_X86_REG_ENDING // <-- mark the end of the list of registers
} uc_x86_reg;