Re: [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc

2015-09-17 Thread Richard Henderson
On 09/08/2015 11:46 AM, Peter Maydell wrote: > On 2 September 2015 at 06:52, Richard Henderson wrote: >> The gen_opc_* arrays are already redundant with the data stored in >> the insn_start arguments. Transition restore_state_to_opc to use >> data from the later. > > Typo: "latter". > >> Signed

Re: [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc

2015-09-08 Thread Peter Maydell
On 2 September 2015 at 06:52, Richard Henderson wrote: > The gen_opc_* arrays are already redundant with the data stored in > the insn_start arguments. Transition restore_state_to_opc to use > data from the later. Typo: "latter". > Signed-off-by: Richard Henderson > diff --git a/tcg/tcg.c b/tc

[Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc

2015-09-01 Thread Richard Henderson
The gen_opc_* arrays are already redundant with the data stored in the insn_start arguments. Transition restore_state_to_opc to use data from the later. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 2 +- target-alpha/translate.c | 5 +++-- target-arm/translate.c