|
|
@@ -211,7 +211,7 @@ void panicHandler(XtExcFrame *frame)
|
|
|
return;
|
|
|
}
|
|
|
haltOtherCore();
|
|
|
- esp_dport_access_int_pause();
|
|
|
+ esp_dport_access_int_abort();
|
|
|
panicPutStr("Guru Meditation Error: Core ");
|
|
|
panicPutDec(core_id);
|
|
|
panicPutStr(" panic'ed (");
|
|
|
@@ -264,7 +264,7 @@ void panicHandler(XtExcFrame *frame)
|
|
|
void xt_unhandled_exception(XtExcFrame *frame)
|
|
|
{
|
|
|
haltOtherCore();
|
|
|
- esp_dport_access_int_pause();
|
|
|
+ esp_dport_access_int_abort();
|
|
|
if (!abort_called) {
|
|
|
panicPutStr("Guru Meditation Error of type ");
|
|
|
int exccause = frame->exccause;
|