mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user