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, 0 insertions, 12 deletions
diff --git a/boehm-gc/ia64_save_regs_in_stack.s b/boehm-gc/ia64_save_regs_in_stack.s deleted file mode 100644 index 3b18c0841d0..00000000000 --- a/boehm-gc/ia64_save_regs_in_stack.s +++ /dev/null @@ -1,12 +0,0 @@ - .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 - |