mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Better detection of panicing while panicing.
This commit is contained in:
parent
1041823d42
commit
d27a2bdcbf
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,7 @@ namespace Sortix
|
|||
doublepanic = true;
|
||||
return;
|
||||
}
|
||||
panicing = true;
|
||||
if ( longpanic )
|
||||
{
|
||||
Log::Print("\e[m\e[31;40m\e[2J\e[H");
|
||||
|
@ -80,7 +81,6 @@ namespace Sortix
|
|||
Log::Print("\e[m\e[31m\e[0J");
|
||||
Log::Print("RED MAXSI OF DEATH\n");
|
||||
}
|
||||
panicing = true;
|
||||
}
|
||||
|
||||
void PanicCalltrace()
|
||||
|
|
Loading…
Add table
Reference in a new issue