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