]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Add missing 'break' for a case of MTHC0 handling
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 15 Jul 2019 20:00:44 +0000 (22:00 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 15 Jul 2019 20:21:56 +0000 (22:21 +0200)
commitab8c34105a0ddd0c05159fb76919a18de8df4e8f
treef6d04b60cc6156b25c4ab32d8ba063bce5ae89d3
parent5ea8ec2fcf57cb9af24ad2cf17b4d64adb03afdf
target/mips: Add missing 'break' for a case of MTHC0 handling

This was found by GCC 8.3 static analysis.

Fixes: 5fb2dcd1792
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-3-git-send-email-aleksandar.markovic@rt-rk.com>
target/mips/translate.c