X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/mach/machine/exception.h diff --git a/osfmk/mach/machine/exception.h b/osfmk/mach/machine/exception.h index e08c34a15..3640e2b18 100644 --- a/osfmk/mach/machine/exception.h +++ b/osfmk/mach/machine/exception.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -19,11 +19,11 @@ * * @APPLE_LICENSE_HEADER_END@ */ + #ifndef _MACH_MACHINE_EXCEPTION_H_ #define _MACH_MACHINE_EXCEPTION_H_ - -#if defined (__ppc__) +#if defined (__ppc__) || defined (__ppc64__) #include "mach/ppc/exception.h" #elif defined (__i386__) #include "mach/i386/exception.h" @@ -31,5 +31,4 @@ #error architecture not supported #endif - #endif /* _MACH_MACHINE_EXCEPTION_H_ */