[BACK]Return to clear_cache.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / bsd / compiler_rt / dist / lib / builtins

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/bsd/compiler_rt/dist/lib/builtins/clear_cache.c between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2014/02/26 22:31:29 version 1.1.1.2, 2014/03/18 22:28:42
Line 24 
Line 24 
  * specified range.   * specified range.
  */   */
   
 void __clear_cache(void* start, void* end)  COMPILER_RT_ABI void
   __clear_cache(void* start, void* end)
 {  {
 #if __i386__ || __x86_64__  #if __i386__ || __x86_64__
 /*  /*

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>