]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/uxkern/ux_exception.c
xnu-2782.10.72.tar.gz
[apple/xnu.git] / bsd / uxkern / ux_exception.c
index 3175c316377ef76452d43cdadb0578321e67eaaa..c3313018cbb7907503b055c33de19d1c586915e0 100644 (file)
@@ -90,7 +90,7 @@ static void   ux_exception(int exception, mach_exception_code_t code,
                                mach_exception_subcode_t subcode,
                                int *ux_signal, mach_exception_code_t *ux_code);
 
-#if defined(__x86_64__)
+#if defined(__x86_64__) || defined(__arm64__)
 mach_port_t                    ux_exception_port;
 #else
 mach_port_name_t               ux_exception_port;