implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / ia64_save_regs_in_stack.s
diff --git a/gc-7.2/ia64_save_regs_in_stack.s b/gc-7.2/ia64_save_regs_in_stack.s
new file mode 100644 (file)
index 0000000..3b18c08
--- /dev/null
@@ -0,0 +1,12 @@
+        .text
+        .align 16
+        .global GC_save_regs_in_stack
+        .proc GC_save_regs_in_stack
+GC_save_regs_in_stack:
+        .body
+        flushrs
+        ;;
+        mov r8=ar.bsp
+        br.ret.sptk.few rp
+        .endp GC_save_regs_in_stack
+