aboutsummaryrefslogtreecommitdiff
path: root/src/uapi/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uapi/ipc.c')
-rw-r--r--src/uapi/ipc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uapi/ipc.c b/src/uapi/ipc.c
index f1db76f..6e33165 100644
--- a/src/uapi/ipc.c
+++ b/src/uapi/ipc.c
@@ -102,7 +102,6 @@ static inline vm_t enter_rpc(struct tcb *t, struct sys_ret a,
* limit just give it more.
* */
t->rpc_stack = new_stack;
- set_stack(t, new_stack);
return new_stack;
}