Stack trace all black & void arg fix
This commit is contained in:
@@ -46,7 +46,7 @@ void debug_stack_trace(unsigned int max_frames)
|
||||
rbp = next_rbp;
|
||||
}
|
||||
if (init.terminal) {
|
||||
printf("*** end stack trace ***[0m");
|
||||
printf("*** end stack trace ***\x1b[0m");
|
||||
}
|
||||
DEBUG("*** end stack trace ***");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user