On 9/5/21 2:04 AM, Philippe Mathieu-Daudé wrote:
cpu_loop() never exits, so mark it with QEMU_NORETURN.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- bsd-user/qemu.h | 2 +- linux-user/qemu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
