]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ux_exception.h
xnu-1504.3.12.tar.gz
[apple/xnu.git] / bsd / sys / ux_exception.h
index d7c3ac3bc81dd956de8bb8b4426bea2d30ffd483..9883cf6fad009c3a061ba1d6fd25a837c283c260 100644 (file)
 
 #include <mach/port.h>
 
+#if defined(__x86_64__)
+extern mach_port_t                     ux_exception_port;
+#else
 extern mach_port_name_t                        ux_exception_port;
+#endif /* __x86_64__ */
 
 boolean_t      machine_exception(int exception, mach_exception_code_t code, 
                        mach_exception_subcode_t subcode,