We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5100e8f commit b8cb7b3Copy full SHA for b8cb7b3
src/launchd/src/core.c
@@ -6448,7 +6448,7 @@ job_setup_exception_port(job_t j, task_t target_task)
6448
f = PPC_THREAD_STATE64;
6449
#elif defined(__i386__) || defined(__x86_64__)
6450
f = x86_THREAD_STATE;
6451
-#elif defined(__arm__)
+#elif defined(__arm__) || defined(__arm64__)
6452
f = ARM_THREAD_STATE;
6453
#else
6454
#error "unknown architecture"
0 commit comments