[clang] fix another warning that clang doesn't like
This commit is contained in:
@@ -60,7 +60,7 @@ static void dump_fault_frame(x86_iframe_t *frame) {
|
||||
}
|
||||
|
||||
static void exception_die(x86_iframe_t *frame, const char *msg) {
|
||||
dprintf(CRITICAL, msg);
|
||||
dprintf(CRITICAL, "%s", msg);
|
||||
dump_fault_frame(frame);
|
||||
|
||||
for (;;) {
|
||||
|
||||
Reference in New Issue
Block a user