Merge "riscv64: don't use jalr when we can just say call." am: d93f594d78
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2587307 Change-Id: Ia9208b610b6edd0d452b1ce7e124647431f8fc22 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
94b2422a5b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ ENTRY(_start)
|
|||
.cfi_undefined ra
|
||||
|
||||
mv a0, sp
|
||||
jal __linker_init
|
||||
call __linker_init
|
||||
|
||||
// __linker_init returns the address of the entry point in the main image.
|
||||
jr a0
|
||||
|
|
Loading…
Reference in a new issue