mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 23:49:36 +00:00
linux-user: remove duplicate break in syscall
likely introduced in 3532fa7402
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Michael Tokarev
parent
326c4c3c48
commit
2de123a1ec
@ -3131,7 +3131,6 @@ set_timeout:
|
|||||||
case TARGET_SO_RCVLOWAT:
|
case TARGET_SO_RCVLOWAT:
|
||||||
optname = SO_RCVLOWAT;
|
optname = SO_RCVLOWAT;
|
||||||
break;
|
break;
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
goto unimplemented;
|
goto unimplemented;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user