We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fb2a6 commit 591b562Copy full SHA for 591b562
qemu/include/tcg/tcg-apple-jit.h
@@ -25,7 +25,7 @@
25
#ifndef TCG_APPLE_JIT_H
26
#define TCG_APPLE_JIT_H
27
28
-#ifdef HAVE_PTHREAD_JIT_PROTECT
+#if defined(__APPLE__) && defined(HAVE_PTHREAD_JIT_PROTECT) && (defined(__arm__) || defined(__aarch64__))
29
30
/* write protect enable = write disable */
31
static inline void jit_write_protect(int enabled)
0 commit comments