// we will jump to new entry point (_u_start) upon syscall's
// return so execve 'will not return' from the perspective of it's invoker
- volatile struct exec_param* execp = __current->intr_ctx.execp;
+ volatile struct exec_param* execp = __current->intr_ctx->execp;
execp->esp = container.stack_top;
execp->eip = container.exe.entry;