PR/50942: David Binderman: fix printf format
This commit is contained in:
parent
b8fa0d5200
commit
a1148110d4
@ -287,7 +287,7 @@ int init_memory(void)
|
||||
base += Ours->Control & RAMST_SIZE;
|
||||
|
||||
if (addr != base) {
|
||||
printf("remapping %x+%x to %x\n", addr, size, base);
|
||||
printf("remapping %x+%zu to %x\n", addr, size, base);
|
||||
Ram->BaseAddressAndTag = base;
|
||||
}
|
||||
base += size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user