]> Git Repo - qemu.git/commit - include/exec/helper-head.h
Add support for target helper functions which don't return
authorStefan Weil <[email protected]>
Sun, 18 Mar 2012 22:16:02 +0000 (23:16 +0100)
committerBlue Swirl <[email protected]>
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 <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
def-helper.h
This page took 0.025599 seconds and 4 git commands to generate.