Subversion Repositories Kolibri OS

Rev

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

Rev 2750 Rev 7495
Line 92... Line 92...
92
  }
92
  }
Line 93... Line 93...
93
  
93
  
94
 return RandomSeed;
94
 return RandomSeed;
Line 95... Line 95...
95
}
95
}
96
 
96
 
97
#ifdef AUTOBUILD
97
//#ifdef AUTOBUILD
98
// Well, not really related to auto-build, but some compilation issue
98
// Well, not really related to auto-build, but some compilation issue
99
void memcpy( void *dst, const void *src, size_t bytesCount )
99
void memcpy( void *dst, const void *src, size_t bytesCount )
100
{
100
{
Line 116... Line 116...
116
		mov al, filler
116
		mov al, filler
117
		mov ecx, count
117
		mov ecx, count
118
		rep stosb
118
		rep stosb
119
	}
119
	}
120
}
120
}
121
#endif
121
//#endif
Line 122... Line 122...
122
 
122
 
123
 
123
 
124
//
124
//