We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c729a commit 8a1c8daCopy full SHA for 8a1c8da
qemu/include/qemu/osdep.h
@@ -124,6 +124,8 @@ struct uc_struct;
124
*
125
* Issue: https://github.com/desktop/desktop/issues/12978
126
*/
127
+// Even if we don't have sprr available (mostly in virtual machine), we still need MAP_JIT though there is no
128
+// protection enforced.
129
#if defined(__APPLE__) && defined(HAVE_PTHREAD_JIT_PROTECT) && (defined(__arm__) || defined(__aarch64__))
130
#define USE_MAP_JIT
131
#endif
0 commit comments