bindings: update constants from ARM registers

This commit is contained in:
Nguyen Anh Quynh
2021-10-04 01:04:43 +08:00
parent 54e7e3b9ef
commit 0a7223996d
10 changed files with 125 additions and 10 deletions

View File

@ -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