commit 12c7abc09cce19da01934653b112b89358462bd8
parent 42dc2cdbf7885819ce25fde424d64ff251c4e194
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 6 Nov 2024 21:11:11 +0100
os9: Fix typo in dupctx()
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/os9/arch/arm64/ctx.c b/src/os9/arch/arm64/ctx.c
@@ -112,7 +112,7 @@ dupctx(Task *tp)
{
proc->ctx.r[X29] = 1;
getctx(&tp->ctx);
- tp->ctx[X29] = 0;
+ tp->ctx.r[X29] = 0;
/*
* When this function is called tp and proc are different pointers