Apply fix for big endian hosts per #1710

This commit is contained in:
mio
2022-10-28 16:20:20 +02:00
parent 98980c904c
commit 4b961a8ef6
5 changed files with 11 additions and 11 deletions

View File

@@ -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));
}