~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gc/ia64_save_regs_in_stack.s

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-05-17 02:46:26 UTC
  • Revision ID: james.westby@ubuntu.com-20060517024626-lljr08ftv9g9vefl
Tags: upstream-0.9h-20060510
ImportĀ upstreamĀ versionĀ 0.9h-20060510

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .text
 
2
        .align 16
 
3
        .global GC_save_regs_in_stack
 
4
        .proc GC_save_regs_in_stack
 
5
GC_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