forked from KolibriOS/kolibrios
newlib: fix typo in user_free()
git-svn-id: svn://kolibrios.org@4461 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1caa0b5481
commit
6fdbad10d4
@ -291,7 +291,7 @@ int user_free(void *mem)
|
|||||||
__asm__ __volatile__(
|
__asm__ __volatile__(
|
||||||
"int $0x40"
|
"int $0x40"
|
||||||
:"=a"(val)
|
:"=a"(val)
|
||||||
:"a"(68),"b"(12),"c"(mem));
|
:"a"(68),"b"(13),"c"(mem));
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user