]> Git Repo - qemu.git/commit
softfloat: fix for C99
authorAvi Kivity <[email protected]>
Tue, 27 Dec 2011 15:11:20 +0000 (17:11 +0200)
committerBlue Swirl <[email protected]>
Sat, 17 Mar 2012 13:01:18 +0000 (13:01 +0000)
commit3bf7e40ab9140e577a6e7e17d3f5711b28aed833
treeea2304397d32e5647ef77a609885ad62ab9c4144
parent6344d922a1182d58b47566dfc0390782305d264b
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 <[email protected]>
Acked-by: Andreas Färber <[email protected]>
Reported-by: Andreas Färber <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
fpu/softfloat-specialize.h
fpu/softfloat.h
This page took 0.024227 seconds and 4 git commands to generate.