]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOPlatformExpert.cpp
xnu-7195.101.1.tar.gz
[apple/xnu.git] / iokit / Kernel / IOPlatformExpert.cpp
index 407dd5b02e3e46e4ca8b0ea3d9972f9fd716f276..3fdec62e4b083cf607d00a7e8509acba6714d076 100644 (file)
@@ -1082,6 +1082,8 @@ PEHaltRestartInternal(unsigned int type, uint32_t details)
                                IOCPURunPlatformPanicActions(type, details);
                        }
                }
+       } else if (type == kPEPanicDiagnosticsDone) {
+               IOCPURunPlatformPanicActions(type, details);
        }
 
 skip_to_haltRestart: