blueswirl's latest console patches.

git-svn-id: svn://coreboot.org/openbios/openbios-devel@72 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-07-28 21:44:07 +00:00
parent 0726cb7dd7
commit 83a3c5d996
2 changed files with 34 additions and 6 deletions

View File

@@ -593,7 +593,7 @@ static void store(void)
const ucell *aaddr = (ucell *)cell2pointer(POP());
const ucell x = POP();
#ifdef CONFIG_DEBUG_INTERNAL
printf("!: %lx : %lx -> %lx\n", aaddr, read_ucell(aaddr), x);
printk("!: %lx : %lx -> %lx\n", aaddr, read_ucell(aaddr), x);
#endif
write_ucell(aaddr,x);
}