mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Initial revision
From-SVN: r46258
This commit is contained in:
parent
4b115ff0ea
commit
8a1dcd96e7
12
boehm-gc/ia64_save_regs_in_stack.s
Normal file
12
boehm-gc/ia64_save_regs_in_stack.s
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user