fixed initialization
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 28 Apr 2006 16:01:31 +0000 (16:01 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 28 Apr 2006 16:01:31 +0000 (16:01 +0000)
ir/be/ia32/ia32_x87.c

index b779637..36c2b08 100644 (file)
@@ -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 */