Apply fix for big endian hosts per #1710
This commit is contained in:
@@ -137,7 +137,7 @@ static void test_arm64_v8_pac(void)
|
||||
|
||||
OK(uc_mem_read(uc, 0x40000, (void *)&mem, 8));
|
||||
|
||||
TEST_CHECK(mem == r_x8);
|
||||
TEST_CHECK(LEINT64(mem) == r_x8);
|
||||
|
||||
OK(uc_close(uc));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user