]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/ptrace.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / machine / ptrace.h
index 8d14243a6b679fe2c9f6539747789e1e080d9733..1c0cde0be2ecf1134865c84f07fe9684f320c563 100644 (file)
@@ -28,7 +28,7 @@
 
 #if defined (__ppc__) || defined(__ppc64__)
 #include "ppc/ptrace.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/ptrace.h"
 #else
 #error architecture not supported