x86: trampoline: kill textrel
parent
70089a405c
commit
0143bbac98
|
@ -18,7 +18,7 @@ __start_context:
|
||||||
je hosed
|
je hosed
|
||||||
|
|
||||||
/* call setcontext to switch to the linked context */
|
/* call setcontext to switch to the linked context */
|
||||||
call __setcontext
|
call __setcontext@plt
|
||||||
movl %eax, (%esp)
|
movl %eax, (%esp)
|
||||||
|
|
||||||
hosed:
|
hosed:
|
||||||
|
|
Loading…
Reference in New Issue