From 9fd358e9395aae73622bdcf58ebe43f12671c990 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Tue, 14 Feb 2023 15:14:35 +0000 Subject: refactors --- kc/core/cpu/cpu_task.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kc/core/cpu/cpu_task.S') diff --git a/kc/core/cpu/cpu_task.S b/kc/core/cpu/cpu_task.S index 7216d0e..a411028 100644 --- a/kc/core/cpu/cpu_task.S +++ b/kc/core/cpu/cpu_task.S @@ -15,7 +15,7 @@ cpu_set_thread: * the following are the parameters for switching tasks * rdi: pointer to control block of thread being switched to * rsi: pointer to control block of the current thread - * rdx: pointer to this cpu's task state segment esp0 field + * rdx: pointer to this cpu's task state segment rsp0 field */ // test for attempt to switch to same thread cmp %rdi,%rsi -- cgit v1.3.1-1-g115d