X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2Fmach_dep.c;h=1e20b8ab77bcec8f2522839b5f6e8acc5723aee4;hb=5d9d139e0ac4ecbf02c70cbce5d9a0c65a43faa4;hp=ba1e0b6fe506d35692c0de98f1bfaa2eff9917fc;hpb=669beaed8380fa592533c8755f72593b4422d01d;p=mono.git diff --git a/libgc/mach_dep.c b/libgc/mach_dep.c index ba1e0b6fe50..1e20b8ab77b 100644 --- a/libgc/mach_dep.c +++ b/libgc/mach_dep.c @@ -492,7 +492,7 @@ ptr_t cold_gc_frame; /* the stack. Return sp. */ # ifdef SPARC asm(" .seg \"text\""); -# if defined(SVR4) || defined(NETBSD) || defined(FREEBSD) +# if defined(SVR4) || defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) asm(" .globl GC_save_regs_in_stack"); asm("GC_save_regs_in_stack:"); asm(" .type GC_save_regs_in_stack,#function");