]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Add missing 'break' for certain cases of MFTR handling
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 15 Jul 2019 20:00:45 +0000 (22:00 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 15 Jul 2019 20:22:01 +0000 (22:22 +0200)
commitf1fadbb27af04115c9d24e0902d88a38d0266854
tree694e3ce9a196a0e05837690b42094516cd2cf988
parentab8c34105a0ddd0c05159fb76919a18de8df4e8f
target/mips: Add missing 'break' for certain cases of MFTR handling

This was found by GCC 8.3 static analysis.

Fixes: ead9360e2fb
Reported-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <1563220847-14630-4-git-send-email-aleksandar.markovic@rt-rk.com>
target/mips/translate.c