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

@ -250,7 +250,9 @@ const (
X86_REG_GDTR = 243
X86_REG_LDTR = 244
X86_REG_TR = 245
X86_REG_ENDING = 246
X86_REG_FPCW = 246
X86_REG_FPTAG = 247
X86_REG_ENDING = 248
// X86 instructions