riscv64: fix PIC-incompatible assembly
parent
ff858d8bdd
commit
5928947223
|
@ -25,5 +25,5 @@ FUNC(__start_context)
|
||||||
|
|
||||||
/* otherwise, exit. */
|
/* otherwise, exit. */
|
||||||
no_linked_context:
|
no_linked_context:
|
||||||
j exit
|
tail exit@plt
|
||||||
END(__start_context)
|
END(__start_context)
|
||||||
|
|
Loading…
Reference in New Issue