Re: [Qemu-devel] [PATCH v3 05/13] target/i386: move cpu_tmp0 to DisasContext

2018-09-11 Thread Richard Henderson
On 09/11/2018 01:28 PM, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > target/i386/translate.c | 282 > 1 file changed, 144 insertions(+), 138 deletions(-) Reviewed-by: Richard Henderson I will note that these tmpN variables ought to be

[Qemu-devel] [PATCH v3 05/13] target/i386: move cpu_tmp0 to DisasContext

2018-09-11 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- target/i386/translate.c | 282 1 file changed, 144 insertions(+), 138 deletions(-) diff --git a/target/i386/translate.c b/target/i386/translate.c index bd27e65344..873231fb44 100644 --- a/target/i386/translate.c +++