mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
sparc32 merge 20 part 1
git-svn-id: svn://coreboot.org/openbios/openbios-devel@38 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -165,7 +165,7 @@ scroll1( void )
|
||||
int
|
||||
console_draw_str( const char *str )
|
||||
{
|
||||
static char *ignore[] = { "[1;37m", "[2;40m", NULL };
|
||||
static const char *ignore[] = { "[1;37m", "[2;40m", NULL };
|
||||
int ch, y, x, i;
|
||||
|
||||
if( !cons.inited && console_init() )
|
||||
|
||||
Reference in New Issue
Block a user