Re: [PATCH 2/3] target/mips: Fix 'Uncoditional' typo

2021-06-05 Thread Laurent Vivier
Le 02/06/2021 à 19:07, Philippe Mathieu-Daudé a écrit : > Fix Uncoditional -> Unconditional typo. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/tcg/translate.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/target/mips/tcg/translate.c b/target/mip

RE: [PATCH 2/3] target/mips: Fix 'Uncoditional' typo

2021-06-02 Thread Luis Fernando Fujita Pires
From: Philippe Mathieu-Daudé > Fix Uncoditional -> Unconditional typo. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/tcg/translate.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Luis Pires -- Luis Pires Instituto de Pesquisas ELDORADO Aviso Legal

[PATCH 2/3] target/mips: Fix 'Uncoditional' typo

2021-06-02 Thread Philippe Mathieu-Daudé
Fix Uncoditional -> Unconditional typo. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/mips/tcg/translate.c b/target/mips/tcg/translate.c index c03a8ae1fed..797eba44347 100644 --- a/target/mip