diff options
Diffstat (limited to 'common/proc.c')
| -rw-r--r-- | common/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/proc.c b/common/proc.c index b2caa54..6a3bedf 100644 --- a/common/proc.c +++ b/common/proc.c @@ -23,7 +23,7 @@ stat_t prepare_proc(struct tcb *t, vm_t bin, vm_t interp) alloc_stacks(t); set_thread(t); - set_return(entry); + set_return(t, entry); return OK; } |
