]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/profile.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / machine / profile.h
index 847570bebbc42a598f891cdb88951b0639737535..b84a10bc759a59482f7cc5611ef141dee6fc284b 100644 (file)
@@ -32,7 +32,7 @@
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/profile.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/profile.h"
 #else
 #error architecture not supported