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