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