panic: declare as printf-style-checked
. and related fixes Change-Id: I5131ac57dc53d8aec8d421a34c5ceea383404d7a
This commit is contained in:
@@ -289,7 +289,7 @@ vir_bytes bytes; /* # of bytes to be copied */
|
||||
phys = 0;
|
||||
} else {
|
||||
if(phys == 0)
|
||||
panic("vm_lookup returned phys: %d", phys);
|
||||
panic("vm_lookup returned phys: 0x%lx", phys);
|
||||
}
|
||||
|
||||
if(phys == 0) {
|
||||
|
||||
Reference in New Issue
Block a user