]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/ucontext.h
xnu-1228.tar.gz
[apple/xnu.git] / bsd / machine / ucontext.h
index 24aefb80c819b3df406983fb0f00652ace4d4e51..6ecf3e26f76d043f7e769c15a29b6f72b9286a4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2002-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/ucontext.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/ucontext.h"
+#elif defined (__arm__)
+#include "arm/ucontext.h"
 #else
 #error architecture not supported
 #endif