Apply fix for big endian hosts per #1710
This commit is contained in:
@@ -112,7 +112,7 @@ static void test_mips_lwx_exception_issue_1314(void)
|
||||
reg = 0;
|
||||
OK(uc_reg_write(uc, UC_MIPS_REG_1, ®));
|
||||
OK(uc_reg_write(uc, UC_MIPS_REG_T9, ®));
|
||||
reg = 0xdeadbeef;
|
||||
reg = LEINT32(0xdeadbeef);
|
||||
OK(uc_mem_write(uc, 0x10000, ®, 4));
|
||||
reg = 0x10000;
|
||||
OK(uc_reg_write(uc, UC_MIPS_REG_S3, ®));
|
||||
|
||||
Reference in New Issue
Block a user