aboutsummaryrefslogtreecommitdiff
path: root/src/uapi/ipc.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-10-30 02:32:02 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-10-30 02:32:02 +0200
commit7a23d95b6e432170d6575f515616e5936d53c85e (patch)
treeafdc349124ca40c4903b534f750f18e8527bf7c5 /src/uapi/ipc.c
parente7b5881903ad81efee63966e7d2c42524d465dfc (diff)
downloadkmi-7a23d95b6e432170d6575f515616e5936d53c85e.tar.gz
kmi-7a23d95b6e432170d6575f515616e5936d53c85e.zip
bookkeeping
Diffstat (limited to 'src/uapi/ipc.c')
-rw-r--r--src/uapi/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uapi/ipc.c b/src/uapi/ipc.c
index 6e33165..6f6862e 100644
--- a/src/uapi/ipc.c
+++ b/src/uapi/ipc.c
@@ -71,7 +71,7 @@ static inline vm_t enter_rpc(struct tcb *t, struct sys_ret a,
{
/* reuse current rpc stack location if we're being kicked */
vm_t rpc_stack = (is_set(flags, IPC_TAIL) && is_rpc(t))
- ? t->rpc_stack : rpc_position(t);
+ ? t->rpc_stack : rpc_position(t);
struct call_ctx *ctx = (struct call_ctx *)(rpc_stack) - 1;
t->regs = (vm_t)ctx;