diff --git a/arch/x86/startcontext.S b/arch/x86/startcontext.S index 165804d..2bb87ee 100644 --- a/arch/x86/startcontext.S +++ b/arch/x86/startcontext.S @@ -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: