From a934560eb5b09b449f4068af6c84525a7852a381 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 28 Jan 2018 15:35:51 +0100 Subject: Fix warning * kern/ast.c (ast_check): Fix panic format. --- kern/ast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/ast.c') diff --git a/kern/ast.c b/kern/ast.c index 2772ed3e..d2289344 100644 --- a/kern/ast.c +++ b/kern/ast.c @@ -227,7 +227,7 @@ ast_check(void) break; default: - panic("ast_check: Bad processor state (cpu %d processor %08x) state: %d", + panic("ast_check: Bad processor state (cpu %d processor %p) state: %d", mycpu, myprocessor, myprocessor->state); } -- cgit v1.2.3