this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[launchd] Set ARM_THREAD_STATE For ARM64

Thomas A a5091d07 3b6e38f2

+1 -1
+1 -1
src/launchd/src/core.c
··· 6448 6448 f = PPC_THREAD_STATE64; 6449 6449 #elif defined(__i386__) || defined(__x86_64__) 6450 6450 f = x86_THREAD_STATE; 6451 - #elif defined(__arm__) 6451 + #elif defined(__arm__) || defined(__arm64__) 6452 6452 f = ARM_THREAD_STATE; 6453 6453 #else 6454 6454 #error "unknown architecture"