fixed again.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1619 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
737de849d5
commit
badf114438
|
@ -88,7 +88,7 @@ void setnorthb(device_t north, uint8_t reg, uint8_t val)
|
||||||
void
|
void
|
||||||
dumpnorth(device_t north)
|
dumpnorth(device_t north)
|
||||||
{
|
{
|
||||||
uint8_t r, c;
|
unsigned int r, c;
|
||||||
for(r = 0; ; r += 16) {
|
for(r = 0; ; r += 16) {
|
||||||
print_debug_hex8(r);
|
print_debug_hex8(r);
|
||||||
print_debug(":");
|
print_debug(":");
|
||||||
|
|
Loading…
Reference in New Issue