Bump 2.1.3

This commit is contained in:
mio
2025-02-17 20:26:31 +08:00
parent 9ec6b0be94
commit 8dcaa33c66
20 changed files with 41 additions and 27 deletions

View File

@@ -196,7 +196,9 @@ const
UC_MIPS_REG_CP0_CONFIG3 = 137;
UC_MIPS_REG_CP0_USERLOCAL = 138;
UC_MIPS_REG_CP0_STATUS = 139;
UC_MIPS_REG_ENDING = 140;
UC_MIPS_REG_FIR = 140;
UC_MIPS_REG_FCSR = 141;
UC_MIPS_REG_ENDING = 142;
UC_MIPS_REG_ZERO = 2;
UC_MIPS_REG_AT = 3;
UC_MIPS_REG_V0 = 4;

View File

@@ -6,11 +6,11 @@ interface
const UC_API_MAJOR = 2;
UC_API_MINOR = 1;
UC_API_PATCH = 2;
UC_API_PATCH = 3;
UC_API_EXTRA = 255;
UC_VERSION_MAJOR = 2;
UC_VERSION_MINOR = 1;
UC_VERSION_PATCH = 2;
UC_VERSION_PATCH = 3;
UC_VERSION_EXTRA = 255;
UC_SECOND_SCALE = 1000000;
UC_MILISECOND_SCALE = 1000;