]> xenbits.xensource.com Git - qemu-xen.git/commit
linux-user: Mark cpu_loop() with noreturn attribute
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 6 Nov 2021 11:39:16 +0000 (12:39 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 6 Jan 2022 10:40:52 +0000 (11:40 +0100)
commitf93d0af88d8e4b4771144c14195dd97a5b55e149
tree970ff9ea2f281a05398371d3ae894aa2543372d4
parentbe23b0eb475e53bf0e346c20dd5277e3d96c66d7
linux-user: Mark cpu_loop() with noreturn attribute

cpu_loop() never exits, so mark it with QEMU_NORETURN.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-By: Warner Losh <imp@bsdimp.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20211106113916.544587-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/user-internals.h