Mike Frysinger c8551de35c sim: fix fpu missing initializer warnings
The current fpu code with externals enabled results in the warnings:
common/sim-fpu.c:2437: warning: missing initializer
common/sim-fpu.c:2437: warning: (near initialization for 'sim_fpu_zero.sign')
common/sim-fpu.c:2440: warning: missing initializer
common/sim-fpu.c:2440: warning: (near initialization for 'sim_fpu_qnan.sign')

So tweak the old style initializers to avoid these.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-04-23 15:39:15 +00:00
..
2010-01-25 04:08:52 +00:00
2010-01-25 04:08:52 +00:00
2010-03-30 23:09:48 +00:00
2010-03-30 23:09:48 +00:00
2010-03-30 23:09:48 +00:00
2009-05-18 13:25:35 +00:00
2010-04-02 18:25:27 +00:00
2009-05-18 13:25:35 +00:00
2010-03-30 20:40:27 +00:00