mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
committed by
Mark Cave-Ayland
parent
8cfdbc4b3d
commit
85412826ed
@@ -97,7 +97,7 @@ void go(void)
|
|||||||
feval("saved-program-state >sps.file-size @");
|
feval("saved-program-state >sps.file-size @");
|
||||||
size = POP();
|
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) {
|
switch (type) {
|
||||||
case 0x0:
|
case 0x0:
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ void go(void)
|
|||||||
feval("saved-program-state >sps.file-size @");
|
feval("saved-program-state >sps.file-size @");
|
||||||
size = POP();
|
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) {
|
switch (type) {
|
||||||
case 0x0:
|
case 0x0:
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ void go(void)
|
|||||||
feval("saved-program-state >sps.file-size @");
|
feval("saved-program-state >sps.file-size @");
|
||||||
size = POP();
|
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) {
|
switch (type) {
|
||||||
case 0x0:
|
case 0x0:
|
||||||
|
|||||||
Reference in New Issue
Block a user