From e4233715f38c0a810e773b4c38c14a9c03754172 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 8 Jan 2021 03:10:10 -0700 Subject: [PATCH] mips: use PROC_NAME where appropriate --- arch/mips/startcontext.S | 2 +- arch/mips64/startcontext.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/startcontext.S b/arch/mips/startcontext.S index 588cadb..1a186b8 100644 --- a/arch/mips/startcontext.S +++ b/arch/mips/startcontext.S @@ -22,7 +22,7 @@ FUNC(libucontext_trampoline) /* call setcontext */ move $a0, $s0 - la $t9, libucontext_setcontext + la $t9, PROC_NAME(libucontext_setcontext) jr $t9 diff --git a/arch/mips64/startcontext.S b/arch/mips64/startcontext.S index fb50af1..1f923ce 100644 --- a/arch/mips64/startcontext.S +++ b/arch/mips64/startcontext.S @@ -22,7 +22,7 @@ FUNC(libucontext_trampoline) /* call setcontext */ move $a0, $s0 - dla $t9, libucontext_setcontext + dla $t9, PROC_NAME(libucontext_setcontext) jr $t9