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:
Yogev Ezra 2014-03-13 00:31:31 +00:00
parent 3a8df05d00
commit 2b62453ba1

View File

@ -346,9 +346,10 @@ inline fastcall strttl( EDX)
}while(AL!=0);
}
unsigned char buffer[11];
dword itoa( ESI)
{
unsigned char buffer[11];
$pusha
EDI = #buffer;
ECX = 10;