mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix most print format warnings
git-svn-id: svn://coreboot.org/openbios/openbios-devel@272 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -97,7 +97,7 @@ of_client_interface( int *params )
|
||||
if( (val=POP()) ) {
|
||||
dstackcnt = dstacksave;
|
||||
if( val == -1 )
|
||||
printk("Unimplemented service %s ([%d] -- [%d])\n",
|
||||
printk("Unimplemented service %s ([%ld] -- [%ld])\n",
|
||||
pb->service, pb->nargs, pb->nret );
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user