From a0944efb047b0789598edc6236c0287d10aeab60 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 18 Apr 2024 04:28:53 +0200 Subject: chore --- src/arch/x86_64/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86_64/context.rs') diff --git a/src/arch/x86_64/context.rs b/src/arch/x86_64/context.rs index 37b6c2f..6c46271 100644 --- a/src/arch/x86_64/context.rs +++ b/src/arch/x86_64/context.rs @@ -23,6 +23,6 @@ pub unsafe fn settle() { // regs->rsp = sp; } -pub unsafe fn switch(ctx_curr: usize, ctx_next: usize) { +pub unsafe fn switch(_ctx_curr: usize, _ctx_next: usize) { todo!() } -- cgit v1.2.3-70-g09d2