X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..527f99514973766e9c0382a4d8550dfb00f54939:/osfmk/mach/machine/syscall_sw.h diff --git a/osfmk/mach/machine/syscall_sw.h b/osfmk/mach/machine/syscall_sw.h index 22b78d8e6..bc364108a 100644 --- a/osfmk/mach/machine/syscall_sw.h +++ b/osfmk/mach/machine/syscall_sw.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -31,10 +31,10 @@ #ifndef _MACH_MACHINE_SYSCALL_SW_H_ #define _MACH_MACHINE_SYSCALL_SW_H_ -#if defined (__ppc__) || defined (__ppc64__) -#include "mach/ppc/syscall_sw.h" -#elif defined (__i386__) +#if defined (__i386__) || defined(__x86_64__) #include "mach/i386/syscall_sw.h" +#elif defined (__arm__) || defined (__arm64__) +#include "mach/arm/syscall_sw.h" #else #error architecture not supported #endif