tcg/aarch64: Use B not BL for tcg_out_goto_long
commitf716bab3a9553259ff90505b3ddd245f4f8c4061
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Oct 2020 22:00:18 +0000 (29 22:00 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jan 2021 15:09:42 +0000 (7 05:09 -1000)
tree8cbe58ed77d7114dde27cbe71949b10b28abada7
parent705ed477d54c5bccf51d924c403a52049586c3d7
tcg/aarch64: Use B not BL for tcg_out_goto_long

A typo generated a branch-and-link insn instead of plain branch.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.c.inc