fix: ssp is now enabled and it no longer crashes with several prints (so far)

This commit is contained in:
2024-11-16 14:56:05 +01:00
parent 20ba985b34
commit d8d31d959f
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#pragma once
void kpanic(const char *format, ...);
__attribute__((noreturn)) void kpanic(const char *format, ...);