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:
Stefan Reinauer
2006-05-24 11:10:55 +00:00
parent 8f49c10b5f
commit 2e863bf2ce
4 changed files with 14 additions and 6 deletions

View File

@@ -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