mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
11 lines
461 B
C
11 lines
461 B
C
--- deps/sljit/sljit_src/sljitConfigInternal.h.orig 2025-02-06 07:15:34 UTC
|
|
+++ deps/sljit/sljit_src/sljitConfigInternal.h
|
|
@@ -255,7 +255,7 @@ extern "C" {
|
|
* system provided method that should be defined below is used
|
|
* instead.
|
|
*/
|
|
-#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) && !defined(__clang__)
|
|
|
|
/*
|