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