bindings: update constants from ARM registers
This commit is contained in:
@ -259,7 +259,9 @@ const
|
||||
UC_X86_REG_MXCSR = 249;
|
||||
UC_X86_REG_FS_BASE = 250;
|
||||
UC_X86_REG_GS_BASE = 251;
|
||||
UC_X86_REG_ENDING = 252;
|
||||
UC_X86_REG_FLAGS = 252;
|
||||
UC_X86_REG_RFLAGS = 253;
|
||||
UC_X86_REG_ENDING = 254;
|
||||
|
||||
// X86 instructions
|
||||
|
||||
|
Reference in New Issue
Block a user