diff options
Diffstat (limited to 'boehm-gc/ia64_save_regs_in_stack.s')
-rw-r--r-- | boehm-gc/ia64_save_regs_in_stack.s | 12 |
1 files changed, 12 insertions, 0 deletions
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 000000000..3b18c0841 --- /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 + |