Kernel: Panic wont print stacktrace if it has already paniced
This prevents stack trace dump to panic and loop
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <kernel/Panic.h>
|
||||
|
||||
namespace Kernel::detail
|
||||
{
|
||||
bool g_paniced = false;
|
||||
}
|
||||
Reference in New Issue
Block a user