blob: 96f61b289b0222ef8588eaab43ecb794077d61e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/sljit/sljitConfigInternal.h.orig 2022-03-25 09:54:56 UTC
+++ src/sljit/sljitConfigInternal.h
@@ -283,7 +283,7 @@
/* Instruction cache flush. */
/****************************/
-#if (!defined SLJIT_CACHE_FLUSH && defined __has_builtin)
+#if (!defined SLJIT_CACHE_FLUSH && defined __has_builtin && !defined SLJIT_CONFIG_PPC_32)
#if __has_builtin(__builtin___clear_cache)
#define SLJIT_CACHE_FLUSH(from, to) \
|