From 326150e2f4991679f5a4e39cfdc42378a328e983 Mon Sep 17 00:00:00 2001 From: heyuanjie87 Date: Wed, 29 May 2024 06:52:38 +0800 Subject: [PATCH] =?UTF-8?q?[lwp/riscv]=E8=BF=9B=E5=85=A5libc=E5=89=8D?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E7=94=A8=E6=88=B7=E6=80=81sp=20(#89?= =?UTF-8?q?97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/lwp/arch/risc-v/rv64/lwp_gcc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwp/arch/risc-v/rv64/lwp_gcc.S b/components/lwp/arch/risc-v/rv64/lwp_gcc.S index 0f97b4ab782..61db9b24e51 100644 --- a/components/lwp/arch/risc-v/rv64/lwp_gcc.S +++ b/components/lwp/arch/risc-v/rv64/lwp_gcc.S @@ -40,7 +40,7 @@ arch_start_umode: csrs sstatus, t0 csrw sepc, a1 - mv a3, a2 + mv sp, a2 sret//enter user mode /*