]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/ucontext.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / machine / ucontext.h
index fa9635508998558d658d9fea7fe1a98dea46d50a..b5fdd1ad52a765ee9cc26757dd59185a60e6f463 100644 (file)
@@ -24,7 +24,7 @@
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/ucontext.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/ucontext.h"
 #else
 #error architecture not supported