diff options
-rw-r--r-- | i386/intel/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 69ab9cca..63a061e5 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -1925,7 +1925,7 @@ Retry: * Would have to enter the new page-table page in * EVERY pmap. */ - panic("pmap_expand kernel pmap to %#x", v); + panic("pmap_expand kernel pmap to %#lx", v); } /* |