X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2Fos_dep.c;h=39cb513f68f9e55410940d7d80f7a4388c95a810;hb=4909667ef8407cde06fe11372ed364bc74bc6512;hp=f64caeffa2f0257a77a8a29340b5864a3d4e7a7a;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/libgc/os_dep.c b/libgc/os_dep.c index f64caeffa2f..39cb513f68f 100644 --- a/libgc/os_dep.c +++ b/libgc/os_dep.c @@ -1396,7 +1396,7 @@ int * etext_addr; } # endif -# if defined(FREEBSD) && (defined(I386) || defined(powerpc) || defined(__powerpc__)) && !defined(PCR) +# if defined(FREEBSD) && (defined(I386) || defined(powerpc) || defined(__powerpc__) || defined(__x86_64__)) && !defined(PCR) /* Its unclear whether this should be identical to the above, or */ /* whether it should apply to non-X86 architectures. */ /* For now we don't assume that there is always an empty page after */