]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Move MXU_EN check one level higher
authorAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 24 Oct 2018 11:06:36 +0000 (13:06 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 29 Oct 2018 13:13:53 +0000 (14:13 +0100)
commite5bf8a08293a1c576f8b6094f4deae7bdafceade
tree73254b59c48df7dfdf528ed45f601a50f70c3a2d
parent4ca837218c92139cb85d214a25d1d1bc3f7e044c
target/mips: Move MXU_EN check one level higher

Move MXU_EN check to the main MXU decoding function, to avoid code
repetition.

Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c