Skip to content

Commit 4dc5f1e

Browse files
committedMar 5, 2025··
Fix wrong def
1 parent 986f67c commit 4dc5f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/unit/unicorn_test.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*/
4242
#define OK(stat) uc_assert_err(UC_ERR_OK, stat)
4343

44-
#ifdef BOOST_BIG_ENDIAN
44+
#ifdef HOST_WORDS_BIGENDIAN
4545
#define LEINT32(x) (bswap_32(x))
4646
#define LEINT64(x) (bswap_64(x))
4747
#define BEINT32(x) (x)

0 commit comments

Comments
 (0)
Please sign in to comment.