mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
some filesystem fixes (mostly remainder from blueswirl's -15)
git-svn-id: svn://coreboot.org/openbios/openbios-devel@31 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -184,7 +184,7 @@ seek_io( int fd, llong offs )
|
||||
|
||||
DPUSH( offs );
|
||||
call_package( fdp->seek_xt, fdp->ih );
|
||||
return ((POP() >= 0)? 0 : -1);
|
||||
return ((((cell)POP()) >= 0)? 0 : -1);
|
||||
}
|
||||
|
||||
llong
|
||||
|
||||
Reference in New Issue
Block a user