* grub-core/lib/ia64/longjmp.S: Fix the name of longjmp function.
* grub-core/lib/ia64/setjmp.S: Fix the name of setjmp function.
This commit is contained in:
parent
396d4091e7
commit
7f8c105f61
4 changed files with 15 additions and 10 deletions
|
@ -74,13 +74,13 @@ GRUB_MOD_LICENSE "GPLv2+"
|
|||
/* The following two entry points are the traditional entry points: */
|
||||
|
||||
.text
|
||||
.global setjmp
|
||||
.proc setjmp
|
||||
setjmp:
|
||||
|
||||
.proc EXT_C(grub_setjmp)
|
||||
FUNCTION(grub_setjmp)
|
||||
alloc r8=ar.pfs,2,0,0,0
|
||||
mov in1=1
|
||||
br.cond.sptk.many __sigsetjmp
|
||||
.endp setjmp
|
||||
.endp EXT_C(grub_setjmp)
|
||||
|
||||
/* __sigsetjmp(__jmp_buf buf, int savemask) */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue