commit | 3bf7e40ab9140e577a6e7e17d3f5711b28aed833 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Dec 27 17:11:20 2011 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Mar 17 13:01:18 2012 +0000 |
tree | ea2304397d32e5647ef77a609885ad62ab9c4144 | |
parent | 6344d922a1182d58b47566dfc0390782305d264b [diff] |
softfloat: fix for C99 C99 appears to consider compound literals as non-constants, and complains when they are used in static initializers. Switch to ordinary initializer syntax. Signed-off-by: Avi Kivity <avi@redhat.com> Acked-by: Andreas Färber <afaerber@suse.de> Reported-by: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>