bindings: add X86 FPTAGS & FPCW registers after recent change in the core

This commit is contained in:
Nguyen Anh Quynh
2016-03-14 09:14:48 +08:00
parent d8f82b1b3d
commit 28b94d10b8
4 changed files with 11 additions and 5 deletions

View File

@ -248,8 +248,8 @@ UC_X86_REG_IDTR = 242
UC_X86_REG_GDTR = 243
UC_X86_REG_LDTR = 244
UC_X86_REG_TR = 245
UC_X86_REG_FPTAGS = 246
UC_X86_REG_FPCW = 247
UC_X86_REG_FPCW = 246
UC_X86_REG_FPTAG = 247
UC_X86_REG_ENDING = 248
# X86 instructions