We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ea3c8 commit aef3bd4Copy full SHA for aef3bd4
uc.c
@@ -35,7 +35,7 @@ static void clear_deleted_hooks(uc_engine *uc);
35
static uc_err uc_snapshot(uc_engine *uc);
36
static uc_err uc_restore_latest_snapshot(uc_engine *uc);
37
38
-#ifdef HAVE_PTHREAD_JIT_PROTECT
+#if defined(__APPLE__) && defined(HAVE_PTHREAD_JIT_PROTECT) && (defined(__arm__) || defined(__aarch64__))
39
static void save_jit_state(uc_engine *uc)
40
{
41
if (!uc->nested) {
0 commit comments