]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/asm.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / mach / machine / asm.h
index d4a8aee9212e9ebab3e282507d37d306490e5085..76c33046408ffe2b8471970ce8154bcfe97c3f73 100644 (file)
@@ -25,7 +25,7 @@
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/asm.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/asm.h"
 #else
 #error architecture not supported