x86: trampoline: kill textrel

master
William Pitcock 2018-02-14 03:37:25 +00:00
parent 70089a405c
commit 0143bbac98
1 changed files with 1 additions and 1 deletions

View File

@ -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: