]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/trap.c
xnu-1228.7.58.tar.gz
[apple/xnu.git] / osfmk / i386 / trap.c
index bec974a5d1bde202a486827a7be10b6b9e345894..d65419a236962a76fc7a4f083f04b8ce0621b6b5 100644 (file)
@@ -735,7 +735,7 @@ panic_double_fault(
        /*
         * Print backtrace leading to first fault:
         */
-       panic_i386_backtrace((void *) my_ktss->ebp, 10);
+       panic_i386_backtrace((void *) my_ktss->ebp, 10, NULL, FALSE, NULL);
 #endif
 
        panic("Double fault at 0x%08x, thread:%p, code:0x%x, "