mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
merge more sparc32 code from: Blue Swirl <blueswir1@hotmail.com>
git-svn-id: svn://coreboot.org/openbios/openbios-devel@16 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Stefan Reinauer
parent
d421756207
commit
db8e7fe92a
@@ -22,7 +22,7 @@ int errno;
|
||||
void
|
||||
qsort( void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void*) )
|
||||
{
|
||||
int worked, i, j;
|
||||
unsigned int worked, i, j;
|
||||
|
||||
/* even more inefficient than the glibc variant :-) */
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user