Second version of the patch (sent to grub-devel in 2008-01-29)
This commit is contained in:
parent
2c40cc7868
commit
c8298743f3
14 changed files with 36 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue