]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/thread_status.h
xnu-1228.tar.gz
[apple/xnu.git] / osfmk / mach / machine / thread_status.h
index 0cfdb91fc01d5c663e07085f26a4f7058a0eacb4..ad5eff08f7663a2161687427c35a072c1359bf7f 100644 (file)
@@ -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@
  * 
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/thread_status.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/thread_status.h"
+#elif defined (__arm__)
+#include "mach/arm/thread_status.h"
 #else
 #error architecture not supported
 #endif