diff options
author | thegeorg <[email protected]> | 2025-08-24 15:59:56 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-08-24 16:16:25 +0300 |
commit | 44b8a2e37ee4a558fdbcb5cc4ebd38f3c624586f (patch) | |
tree | 104fc4605093a1fdfb55d15a20003cef3b91e802 /contrib/libs/pcre/sljit/sljitConfigInternal.h | |
parent | 70416efb6bec4e0daeb6f70711260a2185e18fa5 (diff) |
Bump nixpkgs revision to 24.05
commit_hash:5adc9b27af48577e01225ed6df2f1cc0c2d7e7db
Diffstat (limited to 'contrib/libs/pcre/sljit/sljitConfigInternal.h')
-rw-r--r-- | contrib/libs/pcre/sljit/sljitConfigInternal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libs/pcre/sljit/sljitConfigInternal.h b/contrib/libs/pcre/sljit/sljitConfigInternal.h index acba9da4be4..2d5ff425e91 100644 --- a/contrib/libs/pcre/sljit/sljitConfigInternal.h +++ b/contrib/libs/pcre/sljit/sljitConfigInternal.h @@ -284,7 +284,8 @@ /****************************/ #if (!defined SLJIT_CACHE_FLUSH && defined __has_builtin) -#if __has_builtin(__builtin___clear_cache) +#if __has_builtin(__builtin___clear_cache) && \ + !(defined SLJIT_CONFIG_PPC && SLJIT_CONFIG_PPC) #define SLJIT_CACHE_FLUSH(from, to) \ __builtin___clear_cache((char*)from, (char*)to) |