Second version of the patch (sent to grub-devel in 2008-01-29)

This commit is contained in:
Robert Millan 2010-01-18 14:24:17 +00:00
parent 2c40cc7868
commit c8298743f3
14 changed files with 36 additions and 32 deletions

View file

@ -23,15 +23,15 @@
.proc __ia64_trampoline
.global __ia64_trampoline
__ia64_trampoline:
// Read address of the real descriptor
/* Read address of the real descriptor. */
ld8 r2=[r1],8
;;
// Read chain
/* Read chain. */
ld8 r15=[r1]
// Read pc
/* Read pc. */
ld8 r3=[r2],8
;;
// Read gp
/* Read gp. */
ld8 r1=[r2]
mov b6=r3
br.many b6