Skip to content

Commit fc193ff

Browse files
committed
Fix missing macros
1 parent a40bf26 commit fc193ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_x86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ TEST_LIST = {
12671267
{"test_x86_correct_address_in_long_jump_hook",
12681268
test_x86_correct_address_in_long_jump_hook},
12691269
{"test_x86_invalid_vex_l", test_x86_invalid_vex_l},
1270-
#ifndef TARGET_READ_INLINED
1270+
#if !defined(TARGET_READ_INLINED) && defined(BOOST_LITTLE_ENDIAN)
12711271
{"test_x86_unaligned_access", test_x86_unaligned_access},
12721272
#endif
12731273
{"test_x86_lazy_mapping", test_x86_lazy_mapping},

0 commit comments

Comments
 (0)