aux/vga: fix format string error with 6c

This commit is contained in:
cinap_lenrek 2014-02-08 00:29:06 +01:00
parent eaafcf2187
commit 9c99675c1c

View file

@ -72,7 +72,7 @@ pcicfginit(void)
break;
p->mem[j].bar = strtoul(s+1, &s, 16);
p->mem[j].size = strtoul(s+1, &s, 10);
trace("\tmem[%d] = %p %d\n", j, p->mem[j].bar, p->mem[j].size);
trace("\tmem[%d] = %lux %d\n", j, p->mem[j].bar, p->mem[j].size);
}
if(pcilist != nil)