On 10/20/20 5:39 PM, Thomas Huth wrote:
hw_error() is marked as QEMU_NORETURN, so the "break" statements after this function are just dead code.Signed-off-by: Thomas Huth <th...@redhat.com> --- hw/timer/sh_timer.c | 3 --- 1 file changed, 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>