]> git.proxmox.com Git - qemu.git/commit - def-helper.h
Add support for target helper functions which don't return
authorStefan Weil <sw@weilnetz.de>
Sun, 18 Mar 2012 22:16:02 +0000 (23:16 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 24 Mar 2012 13:01:46 +0000 (13:01 +0000)
commit1367ff497aa5200970e555bf4cce07467c3e3652
tree1416ca614680ea51fe2180b72709cc5abc1a06d5
parent4daa187d49a9d242d0bda1f35e190486112915f6
Add support for target helper functions which don't return

Most functions which handle exceptions don't return.

With a compiler attribute (added by QEMU_NORETURN),
gcc can optimize the code.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
def-helper.h