From 8a1dcd96e7ba9297ec1f69c23b8c38f508587d64 Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Mon, 15 Oct 2001 05:57:59 +0100 Subject: [PATCH] Initial revision From-SVN: r46258 --- boehm-gc/ia64_save_regs_in_stack.s | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 boehm-gc/ia64_save_regs_in_stack.s diff --git a/boehm-gc/ia64_save_regs_in_stack.s b/boehm-gc/ia64_save_regs_in_stack.s new file mode 100644 index 000000000000..3b18c0841d05 --- /dev/null +++ b/boehm-gc/ia64_save_regs_in_stack.s @@ -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 +