bindings: add newly added register MXCSR
This commit is contained in:
@ -253,7 +253,8 @@ const (
|
||||
X86_REG_FPCW = 246
|
||||
X86_REG_FPTAG = 247
|
||||
X86_REG_MSR = 248
|
||||
X86_REG_ENDING = 249
|
||||
X86_REG_MXCSR = 249
|
||||
X86_REG_ENDING = 250
|
||||
|
||||
// X86 instructions
|
||||
|
||||
|
Reference in New Issue
Block a user