Make newer binutils happy by using a bl-type branch instead of b, which

displeases it for some reason. LR is not relevant in this code, so just
do what it wants.
This commit is contained in:
Nathan Whitehorn 2017-12-31 20:10:08 +00:00
parent ec75f647cc
commit f81dfc7f6b

View File

@ -280,5 +280,5 @@ ENTRY_NOPROF(fork_trampoline)
trapframe to simulate FRAME_SETUP
does when allocating space for
a frame pointer/saved LR */
b trapexit
bl trapexit
nop