[BACK]Return to os_dep.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/os_dep.c between version 1.7 and 1.8

version 1.7, 2003/06/24 05:11:33 version 1.8, 2004/02/13 05:48:35
Line 1345  int * etext_addr;
Line 1345  int * etext_addr;
 }  }
 # endif  # endif
   
 # if defined(FREEBSD) && defined(I386) && !defined(PCR)  // # if defined(FREEBSD) && defined(I386) && !defined(PCR)
   # if defined(FREEBSD) && ( defined(I386) || defined(X86_64) ) && !defined(PCR)
 /* Its unclear whether this should be identical to the above, or        */  /* Its unclear whether this should be identical to the above, or        */
 /* whether it should apply to non-X86 architectures.                    */  /* whether it should apply to non-X86 architectures.                    */
 /* For now we don't assume that there is always an empty page after     */  /* For now we don't assume that there is always an empty page after     */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>