Skip to content

Commit

Permalink
Fix missing macros
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Oct 28, 2022
1 parent a40bf26 commit fc193ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ TEST_LIST = {
{"test_x86_correct_address_in_long_jump_hook",
test_x86_correct_address_in_long_jump_hook},
{"test_x86_invalid_vex_l", test_x86_invalid_vex_l},
#ifndef TARGET_READ_INLINED
#if !defined(TARGET_READ_INLINED) && defined(BOOST_LITTLE_ENDIAN)
{"test_x86_unaligned_access", test_x86_unaligned_access},
#endif
{"test_x86_lazy_mapping", test_x86_lazy_mapping},
Expand Down

0 comments on commit fc193ff

Please sign in to comment.