target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode
commitbc2eb5ea1b595fb686b7bef81bbf20e6a9635476
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 22 Apr 2021 08:05:10 +0000 (22 10:05 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:34 +0000 (2 16:49 +0200)
treec1ba2ba25dd16211004c3369d458bfd6ef7ab0d2
parent298d43c96b0f7dc7ea6550ea73b128b3d4ed67f9
target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode

When running with '-d unimp' all MTHC0 opcode executed
are logged as unimplemented... Add the proper 'return'
statement missed from commit 5204ea79ea7.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210422081055.2349216-1-f4bug@amsat.org>
target/mips/translate.c