tcg/arm: Use ldr (literal) for goto_tb
authorRichard Henderson <rth@twiddle.net>
Mon, 5 Jun 2017 23:42:51 +0000 (19:42 -0400)
committerRichard Henderson <rth@twiddle.net>
Mon, 19 Jun 2017 18:10:59 +0000 (11:10 -0700)
commit308714e6bc945389c64faf1b9213e2c0d3f03391
tree960128cd17d537015f92132c039528844867c0f9
parent9c39b94f1448770e7e573e9516d2483816785d1b
tcg/arm: Use ldr (literal) for goto_tb

The new placement of the TB means that we can use one insn
to load the goto_tb destination directly from the TB.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/arm/tcg-target.inc.c