Initial revision
From-SVN: r46258
This commit is contained in:
parent
4b115ff0ea
commit
8a1dcd96e7
1 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue