]>
git.saurik.com Git - apple/xnu.git/blob - tests/stackshot_translated_child.c
2 #include <os/assumes.h>
8 // Always signal parent to unblock them
9 kill(getppid(), SIGUSR1
);
11 #if !defined(__x86_64__)
12 os_crash("translated child not running as x86_64");