david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

(librm_base-1b) is already an offset; no need to apply OFFSET().

Doing so, in fact, seems to expose an assembler bug; (a-b-0) is
apparently not the same as (a-b).  Go figure.
This commit is contained in:
Michael Brown 2006-04-24 18:29:47 +00:00
parent 824d6ffa7f
commit 4c4e4de18f
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ EXPORT(prot_call):
*/
call 1f
1: popl %ebp
movl OFFSET(librm_base-1b)(%ebp), %ebx
movl (librm_base-1b)(%ebp), %ebx
/* Jump to running in installed copy of librm */
addl $OFFSET(1f), %ebx