]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/asm.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / machine / asm.h
index 8dc4a261fe869fd844a11793a2b3a0296d2c3948..70c246cb8c73bbb62c57d3bedbfd77cc1d055fce 100644 (file)
@@ -30,7 +30,7 @@
 
 #if defined (__ppc__)
 #include "ppc/asm.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined (__x86_64__)
 #include "i386/asm.h"
 #else
 #error architecture not supported