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