X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..21362eb3e66fd2c787aee132bce100a44d71a99c:/osfmk/mach/machine/rpc.h diff --git a/osfmk/mach/machine/rpc.h b/osfmk/mach/machine/rpc.h index 0eb07a82d..469cc63e6 100644 --- a/osfmk/mach/machine/rpc.h +++ b/osfmk/mach/machine/rpc.h @@ -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