commit | 1813e1758dcc60c96f8caf2d0c66c2193f1f86e0 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Mar 28 12:56:22 2014 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Mon May 12 10:03:04 2014 -0700 |
tree | e2b4e7df77dc5e7a360375fa9ca85eb8f158430c | |
parent | 52a1f64ec54354157ee73435e53d2dfda0414d07 [diff] |
tcg: Define tcg_insn_unit for code pointers To be defined by the tcg backend based on the elemental unit of the ISA. During the transition, allow TCG_TARGET_INSN_UNIT_SIZE to be undefined, which allows us to default tcg_insn_unit to the current uint8_t. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>