mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Remove compilation warning
git-svn-id: svn://coreboot.org/openbios/openbios-devel@386 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -293,7 +293,7 @@ quik_startup( void )
|
||||
if( ofmem_claim( QUIK_FIRST_BASEADDR, len, 0 ) == -1 )
|
||||
fatal_error("Claim failed!\n");
|
||||
|
||||
memcpy(QUIK_FIRST_BASEADDR, u.buffer, len);
|
||||
memcpy((char*)QUIK_FIRST_BASEADDR, u.buffer, len);
|
||||
|
||||
/* quik fist level doesn't claim second level memory */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user