]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/ptrace.h
xnu-792.13.8.tar.gz
[apple/xnu.git] / bsd / machine / ptrace.h
index 41c7c7f8665e5f505ffec9c46dcb12b3a8fec757..c247ee04ce7ceb88bb287f3f188640996f1efc25 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2006 Apple Computer, Inc. All Rights Reserved.
- * 
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ *
  * @APPLE_LICENSE_OSREFERENCE_HEADER_START@
  * 
  * This file contains Original Code and/or Modifications of Original Code 
@@ -36,7 +36,7 @@
 
 #if defined (__ppc__) || defined(__ppc64__)
 #include "ppc/ptrace.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/ptrace.h"
 #else
 #error architecture not supported