mips: use PROC_NAME where appropriate
parent
163c11d989
commit
e4233715f3
|
@ -22,7 +22,7 @@ FUNC(libucontext_trampoline)
|
||||||
|
|
||||||
/* call setcontext */
|
/* call setcontext */
|
||||||
move $a0, $s0
|
move $a0, $s0
|
||||||
la $t9, libucontext_setcontext
|
la $t9, PROC_NAME(libucontext_setcontext)
|
||||||
|
|
||||||
jr $t9
|
jr $t9
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ FUNC(libucontext_trampoline)
|
||||||
|
|
||||||
/* call setcontext */
|
/* call setcontext */
|
||||||
move $a0, $s0
|
move $a0, $s0
|
||||||
dla $t9, libucontext_setcontext
|
dla $t9, PROC_NAME(libucontext_setcontext)
|
||||||
|
|
||||||
jr $t9
|
jr $t9
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue