]> git.ipfire.org Git - thirdparty/gcc.git/blame - boehm-gc/ia64_save_regs_in_stack.s
configure.ac (cygwin noconfigdirs): Remove libgcj.
[thirdparty/gcc.git] / boehm-gc / ia64_save_regs_in_stack.s
CommitLineData
8a1dcd96
BM
1 .text
2 .align 16
3 .global GC_save_regs_in_stack
4 .proc GC_save_regs_in_stack
5GC_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