bindings: update X86 register constants

This commit is contained in:
Nguyen Anh Quynh
2021-10-04 19:41:41 +08:00
parent 46e8ac03ad
commit e8bd7ca087
12 changed files with 1260 additions and 1374 deletions

View File

@ -158,7 +158,8 @@ const
UC_MIPS_REG_MPL2 = 136;
UC_MIPS_REG_CP0_CONFIG3 = 137;
UC_MIPS_REG_CP0_USERLOCAL = 138;
UC_MIPS_REG_ENDING = 139;
UC_MIPS_REG_CP0_STATUS = 139;
UC_MIPS_REG_ENDING = 140;
UC_MIPS_REG_ZERO = 2;
UC_MIPS_REG_AT = 3;
UC_MIPS_REG_V0 = 4;