PR/50942: David Binderman: fix printf format

This commit is contained in:
christos 2016-03-11 18:27:37 +00:00
parent b8fa0d5200
commit a1148110d4

View File

@ -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;