Add QEMU_NORETURN to function cpu_io_recompile
commit4266717d690987993d52f5e4745064f4dbb29824
authorStefan Weil <sw@weilnetz.de>
Sat, 7 Apr 2012 15:58:34 +0000 (7 17:58 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Apr 2012 18:52:03 +0000 (7 18:52 +0000)
tree6cd6aea144824ea3a6f30fe01b158fc97d8f7d06
parent38c30fb7a534da82371311ca7a56f2141008b2a5
Add QEMU_NORETURN to function cpu_io_recompile

cpu_io_recompile terminates by calling either cpu_abort or
cpu_resume_from_signal which both never return.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
exec-all.h