Disable test_x86_unaligned_access on be hosts

This commit is contained in:
mio 2022-10-28 17:53:20 +02:00
parent 428ed8fd21
commit a40bf26263
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 4 additions and 1 deletions

View File

@ -1124,7 +1124,10 @@ static void test_x86_invalid_vex_l(void)
OK(uc_close(uc));
}
#ifndef TARGET_READ_INLINED
// AARCH64 inline the read while s390x won't split the access. Though not tested on other hosts
// but we restrict a bit more.
#if !defined(TARGET_READ_INLINED) && defined(BOOST_LITTLE_ENDIAN)
struct writelog_t {
uint32_t addr, size;
};