]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/rpc.h
xnu-792.21.3.tar.gz
[apple/xnu.git] / osfmk / mach / machine / rpc.h
index 0eb07a82d00d37cfaa4c76b71076ff6db28173b5..469cc63e6bc7d3e2e93bced967033e3b6321aee2 100644 (file)
@@ -31,7 +31,7 @@
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/rpc.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#elif defined (__i386__)
 #include "mach/i386/rpc.h"
 #else
 #error architecture not supported