]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
tcg: Define tcg_insn_unit for code pointers
authorRichard Henderson <rth@twiddle.net>
Fri, 28 Mar 2014 19:56:22 +0000 (12:56 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 12 May 2014 17:03:04 +0000 (10:03 -0700)
commit1813e1758dcc60c96f8caf2d0c66c2193f1f86e0
treee2b4e7df77dc5e7a360375fa9ca85eb8f158430c
parent52a1f64ec54354157ee73435e53d2dfda0414d07
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>
include/exec/exec-all.h
tcg/tcg-be-ldst.h
tcg/tcg.c
tcg/tcg.h
translate-all.c