riscv64: fix PIC-incompatible assembly

master
Drew DeVault 2020-12-05 17:29:33 +00:00 committed by Ariadne Conill
parent ff858d8bdd
commit 5928947223
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ FUNC(__start_context)
/* otherwise, exit. */
no_linked_context:
j exit
tail exit@plt
END(__start_context)