X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/21362eb3e66fd2c787aee132bce100a44d71a99c..cf7d32b81c573a0536dc4da4157f9c26f8d0bed3:/osfmk/mach/machine/exception.h diff --git a/osfmk/mach/machine/exception.h b/osfmk/mach/machine/exception.h index 0d5cc62be..5fc148663 100644 --- a/osfmk/mach/machine/exception.h +++ b/osfmk/mach/machine/exception.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,7 +31,7 @@ #if defined (__ppc__) || defined (__ppc64__) #include "mach/ppc/exception.h" -#elif defined (__i386__) +#elif defined (__i386__) || defined(__x86_64__) #include "mach/i386/exception.h" #else #error architecture not supported