]> git.proxmox.com Git - mirror_qemu.git/commit
target-mips: Add compiler attribute to some functions which don't return
authorStefan Weil <sw@weilnetz.de>
Sun, 18 Mar 2012 22:16:03 +0000 (23:16 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 24 Mar 2012 13:02:43 +0000 (13:02 +0000)
commit59821ae8025dbf61323343fc074513d30013c9c0
treecce7809e58e47c4e329f76a567c6c3968061cbc3
parent1367ff497aa5200970e555bf4cce07467c3e3652
target-mips: Add compiler attribute to some functions which don't return

helper_raise_exception_err does not return, nor do helper_raise_exception
and do_unaligned_access.

Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-mips/helper.h
target-mips/op_helper.c