Fixed initializer (remove warning)
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Mar 2006 12:32:07 +0000 (12:32 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Mar 2006 12:32:07 +0000 (12:32 +0000)
ir/be/firm/bearch_firm.c

index d0427fc..595a543 100644 (file)
@@ -211,7 +211,7 @@ static void firm_get_call_abi(const void *self, ir_type *method_type, be_abi_cal
        be_abi_call_flags_t flags;
        const arch_register_class_t *cls = &reg_classes[CLS_DATAB];
        int i, n;
-       be_abi_call_flags_t call_flags = { 0, 0, 0, 0, 0 };
+  be_abi_call_flags_t call_flags = { { 0, 0, 0, 0, 0 } };
 
        if(!between_type) {
                between_type = new_type_class(new_id_from_str("firm_be_between"));