implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / ia64_save_regs_in_stack.s
1         .text
2         .align 16
3         .global GC_save_regs_in_stack
4         .proc GC_save_regs_in_stack
5 GC_save_regs_in_stack:
6         .body
7         flushrs
8         ;;
9         mov r8=ar.bsp
10         br.ret.sptk.few rp
11         .endp GC_save_regs_in_stack
12