X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2Fmach_dep.c;h=1e20b8ab77bcec8f2522839b5f6e8acc5723aee4;hb=30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c;hp=ba1e0b6fe506d35692c0de98f1bfaa2eff9917fc;hpb=538d3bb80572334c18ae117ea7703406a4a22872;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");