]> git.proxmox.com Git - qemu.git/commit
tcg-arm: Remove long jump from tcg_out_goto_label
authorRichard Henderson <rth@twiddle.net>
Tue, 23 Apr 2013 20:07:40 +0000 (13:07 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Apr 2013 00:16:45 +0000 (02:16 +0200)
commit96fbd7de3656583d647c204c4138bbdcc3e35d2b
tree59e5609c58aa11ace0806069291f4672f06b81ee
parentdf5e0ef711cdd2ebfd4bdf420bfde17aa28df8b1
tcg-arm: Remove long jump from tcg_out_goto_label

Branches within a TB will always be within 16MB.

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