mips: use PROC_NAME where appropriate

master
Ariadne Conill 2021-01-08 03:10:10 -07:00
parent 163c11d989
commit e4233715f3
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ FUNC(libucontext_trampoline)
/* call setcontext */
move $a0, $s0
la $t9, libucontext_setcontext
la $t9, PROC_NAME(libucontext_setcontext)
jr $t9

View File

@ -22,7 +22,7 @@ FUNC(libucontext_trampoline)
/* call setcontext */
move $a0, $s0
dla $t9, libucontext_setcontext
dla $t9, PROC_NAME(libucontext_setcontext)
jr $t9