Re: [Qemu-devel] [PATCH v5 15/76] target/mips: Fix two instances of shadow variables

2018-07-30 Thread Richard Henderson
On 07/30/2018 12:11 PM, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > Fix two instances of shadow variables. This cleans up entire file > translate.c from shadow variables. > > Signed-off-by: Aleksandar Markovic > Signed-off-by: Stefan Markovic > --- > target/mips/translate.c | 4

[Qemu-devel] [PATCH v5 15/76] target/mips: Fix two instances of shadow variables

2018-07-30 Thread Aleksandar Markovic
From: Aleksandar Markovic Fix two instances of shadow variables. This cleans up entire file translate.c from shadow variables. Signed-off-by: Aleksandar Markovic Signed-off-by: Stefan Markovic --- target/mips/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/