target/mips: Add placeholder and invocation of decode_nanomips_opc()
commitc533c0f4741be62501ef6c7f6ce77ffbfc2e4964
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 2 Aug 2018 14:16:04 +0000 (2 16:16 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 24 Aug 2018 15:51:59 +0000 (24 17:51 +0200)
tree24488dae92bfd09471d7714b653e6ded4e475ea0
parent0bbc0396809f6caaaf96863dafe738e94f9b73ea
target/mips: Add placeholder and invocation of decode_nanomips_opc()

Add empty body and invocation of decode_nanomips_opc() if the bit
ISA_NANOMIPS32 is set in ctx->insn_flags.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Yongbok Kim <yongbok.kim@mips.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
target/mips/translate.c