From: Michael Beck Date: Fri, 28 Apr 2006 16:01:31 +0000 (+0000) Subject: fixed initialization X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=229da5c49a8b769a01a6f4313819244cac102f14;p=libfirm fixed initialization --- diff --git a/ir/be/ia32/ia32_x87.c b/ir/be/ia32/ia32_x87.c index b77963705..36c2b08da 100644 --- a/ir/be/ia32/ia32_x87.c +++ b/ir/be/ia32/ia32_x87.c @@ -82,7 +82,7 @@ typedef struct _x87_state { } x87_state; /** An empty state, used for blocks without fp instructions. */ -static const x87_state _empty = { {0, NULL}, 0, 0 }; +static const x87_state _empty = { { {0, NULL}, }, 0, 0 }; static x87_state *empty = (x87_state *)&_empty; /** The type of an instruction simulator */