~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to sigscheme/libgcroots/ia64_save_regs_in_stack.s

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2007-04-21 03:46:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421034609-gpcurkutp8vaysqj
Tags: 1:1.4.1-3
* Switch to dh_gtkmodules for the gtk 2.10 transition (Closes:
  #419318)
  - debian/control: Add ${misc:Depends} and remove libgtk2.0-bin on
    uim-gtk2.0.
  - debian/uim-gtk2.0.post{inst,rm}: Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .text
 
2
        .align 16
 
3
        .global GCROOTS_save_regs_in_stack
 
4
        .proc GCROOTS_save_regs_in_stack
 
5
GCROOTS_save_regs_in_stack:
 
6
        .body
 
7
        flushrs
 
8
        ;;
 
9
        mov r8=ar.bsp
 
10
        br.ret.sptk.few rp
 
11
        .endp GCROOTS_save_regs_in_stack
 
12