forked from KolibriOS/kolibrios
Fix itoa (add the buffer back to inside the function).
git-svn-id: svn://kolibrios.org@4639 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3a8df05d00
commit
2b62453ba1
@ -346,9 +346,10 @@ inline fastcall strttl( EDX)
|
|||||||
}while(AL!=0);
|
}while(AL!=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char buffer[11];
|
|
||||||
dword itoa( ESI)
|
dword itoa( ESI)
|
||||||
{
|
{
|
||||||
|
unsigned char buffer[11];
|
||||||
$pusha
|
$pusha
|
||||||
EDI = #buffer;
|
EDI = #buffer;
|
||||||
ECX = 10;
|
ECX = 10;
|
||||||
|
Loading…
Reference in New Issue
Block a user