Add an extra linefeed in front of the jump message in (go) to make the debug output a bit tidier.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@730 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-04-02 14:17:45 +00:00
committed by Mark Cave-Ayland
parent 8cfdbc4b3d
commit 85412826ed
3 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ void go(void)
feval("saved-program-state >sps.file-size @");
size = POP();
printk("Jumping to entry point " FMT_ucellx " for type " FMT_ucellx "...\n", address, type);
printk("\nJumping to entry point " FMT_ucellx " for type " FMT_ucellx "...\n", address, type);
switch (type) {
case 0x0: