mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-24 12:11:33 +00:00
(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:
parent
824d6ffa7f
commit
4c4e4de18f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user