mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target-sparc: Add compiler attribute to some functions which don't return
helper_raise_exception does not return, nor does do_unaligned_access. Cc: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
59821ae802
commit
bc09845431
2 changed files with 4 additions and 3 deletions
|
@ -78,7 +78,7 @@ DEF_HELPER_1(fcmpeq_fcc1, void, env)
|
|||
DEF_HELPER_1(fcmpeq_fcc2, void, env)
|
||||
DEF_HELPER_1(fcmpeq_fcc3, void, env)
|
||||
#endif
|
||||
DEF_HELPER_2(raise_exception, void, env, int)
|
||||
DEF_HELPER_2(raise_exception, noreturn, env, int)
|
||||
#define F_HELPER_0_1(name) DEF_HELPER_1(f ## name, void, env)
|
||||
|
||||
DEF_HELPER_3(faddd, f64, env, f64, f64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue