]> git.proxmox.com Git - mirror_qemu.git/commit - target/cris/translate.c
target-cris: Mirror gen_opc_pc into insn_start
authorRichard Henderson <rth@twiddle.net>
Sun, 30 Aug 2015 16:35:14 +0000 (09:35 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 7 Oct 2015 09:36:48 +0000 (20:36 +1100)
commitbd03c791a6ed1bb7aec17df15cfeea649362e8fd
tree59e409ca7e3b1189f59839af4645542a324d8ee2
parent07f3c16ced2b869228d58683c1dea06e3e1c9aa5
target-cris: Mirror gen_opc_pc into insn_start

This perhaps isn't ideal in terms of (ab)using the "pc" field
to encode both pc and ppc + delay branch state, as one has to
be aware of this when examining opcode dumps.

But it preserves existing logic, which will be good for bisection,
and it certainly does save storage space.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-cris/translate.c