mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 04:49:19 +00:00
QoL
This commit is contained in:
@ -28,7 +28,7 @@ namespace CrashHandler
|
||||
SymbolResolver::Symbols *sh = data.Process->ELFSymbolTable;
|
||||
if (!sh)
|
||||
{
|
||||
EHPrint("\eFF0000< No symbol table available. >\n");
|
||||
EHPrint("\n\eFF0000< No symbol table available. >\n");
|
||||
return;
|
||||
}
|
||||
TraceFrames(data.Frame, 40, sh, false);
|
||||
|
Reference in New Issue
Block a user