]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder cases
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 29 Oct 2018 11:09:26 +0000 (12:09 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 29 Oct 2018 13:13:30 +0000 (14:13 +0100)
commit2431a422d325c1832d77dd64fa3135ec303b00de
tree3c8a68e5fe16dab040e5457a014caa33241a8180
parent285278ca785f5fa9a570927e1c0958a2ca2b2150
target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder cases

Coverity found two fallthroughs that miss break statement. Fix them.

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