target-ppc: fix comment about boot device in ppc_oldworld.c
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6282 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d07f22c530
commit
8a901deff9
@ -255,7 +255,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size,
|
||||
#endif
|
||||
}
|
||||
if (ppc_boot_device == '\0') {
|
||||
fprintf(stderr, "No valid boot device for Mac99 machine\n");
|
||||
fprintf(stderr, "No valid boot device for G3 Beige machine\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user