Re: [Qemu-devel] [PATCH 4/5] target-mips: replace break by goto cp0_unimplemented

2017-03-13 Thread Yongbok Kim
On 04/03/2017 18:56, Philippe Mathieu-Daudé wrote: > this fixes many warnings like: > > target/mips/translate.c:6253:13: warning: Value stored to 'rn' is never read > rn = "invalid sel"; > ^~ > > Reported-by: Clang Static Analyzer > Signed-off-by: Philipp

[Qemu-devel] [PATCH 4/5] target-mips: replace break by goto cp0_unimplemented

2017-03-04 Thread Philippe Mathieu-Daudé
this fixes many warnings like: target/mips/translate.c:6253:13: warning: Value stored to 'rn' is never read rn = "invalid sel"; ^~ Reported-by: Clang Static Analyzer Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 88 ++