bindings: update to support X86 MSR id
This commit is contained in:
@ -252,7 +252,8 @@ const (
|
||||
X86_REG_TR = 245
|
||||
X86_REG_FPCW = 246
|
||||
X86_REG_FPTAG = 247
|
||||
X86_REG_ENDING = 248
|
||||
X86_REG_MSR = 248
|
||||
X86_REG_ENDING = 249
|
||||
|
||||
// X86 instructions
|
||||
|
||||
|
Reference in New Issue
Block a user