commit | 702a947484eb3e615183dafc93de590ab0679f60 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Apr 28 09:45:57 2017 +0200 |
committer | Richard Henderson <rth@twiddle.net> | Mon Jun 05 09:25:42 2017 -0700 |
tree | 9b3807d74dfc4fd1d9c0f1e8414af21852301544 | |
parent | 46644483cae978c734460131bb1d9071f813b287 [diff] |
tcg/arm: Clarify tcg_out_bx for arm4 host In theory this would re-enable usage of QEMU on an armv4 host. Whether this is worthwhile is debatable -- we've been unconditionally issuing the armv5t BX instruction in the prologue since 2011 without complaint. Possibly we should simply require an armv6 host. Signed-off-by: Richard Henderson <rth@twiddle.net>