target-mips: replace break by goto cp0_unimplemented
commit3570d7f6672836140f0a1ec9bf95dd5ea50a2aaa
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 4 Mar 2017 18:56:51 +0000 (4 15:56 -0300)
committerYongbok Kim <yongbok.kim@imgtec.com>
Mon, 20 Mar 2017 11:06:32 +0000 (20 11:06 +0000)
treef4e8bca911c70e92c80b3ec0b8e617474908c877
parent965447eecb6b98d6dfc4dbd97f836093c7e398a0
target-mips: replace break by goto cp0_unimplemented

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é <f4bug@amsat.org>
Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com>
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
target/mips/translate.c