]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Remove superfluous breaks
authorLiao Pingfang <liao.pingfang@zte.com.cn>
Mon, 13 Jul 2020 09:03:45 +0000 (17:03 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 1 Sep 2020 06:34:08 +0000 (08:34 +0200)
commit3ca5ab7cd220927af4b2c3fb9cf3b201a7a8b509
treeb7708d58a41eb7617678dd68eba71856c67b48c1
parent24df83eb28a53766bd08b67dfb0d113a745a9ecf
target/ppc: Remove superfluous breaks

Remove superfluous breaks, as there is a "return" before them.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1594631025-36219-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/ppc/misc_helper.c