Subversion Repositories Kolibri OS

Rev

Rev 3054 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3054 Rev 3058
Line 191... Line 191...
191
}
191
}
Line 192... Line 192...
192
 
192
 
193
 
193
 
194
inline fastcall signed int strrchr( ESI,BL)
194
inline fastcall signed int strrchr( ESI,BL)
195
{
195
{
196
	int jj=0, last=-1;
196
	int jj=0, last=0;
197
	do{
197
	do{
198
		jj++;
198
		jj++;
199
		$lodsb
199
		$lodsb