We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986f67c commit 4dc5f1eCopy full SHA for 4dc5f1e
tests/unit/unicorn_test.h
@@ -41,7 +41,7 @@
41
*/
42
#define OK(stat) uc_assert_err(UC_ERR_OK, stat)
43
44
-#ifdef BOOST_BIG_ENDIAN
+#ifdef HOST_WORDS_BIGENDIAN
45
#define LEINT32(x) (bswap_32(x))
46
#define LEINT64(x) (bswap_64(x))
47
#define BEINT32(x) (x)
0 commit comments