We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad2da3 commit a540df4Copy full SHA for a540df4
qemu/include/tcg/tcg-apple-jit.h
@@ -51,7 +51,7 @@ static inline uint64_t read_sprr_perm(void)
51
}
52
#endif
53
54
-#if defined(__APPLE__) && defined(HAVE_PTHREAD_JIT_PROTECT) && (defined(__arm__) || defined(__aarch64__))
+#if defined(__APPLE__) && defined(HAVE_SPRR_MRS) && defined(HAVE_PTHREAD_JIT_PROTECT) && (defined(__arm__) || defined(__aarch64__))
55
56
QEMU_UNUSED_FUNC static inline uint8_t thread_mask()
57
{
0 commit comments