Fix warning in r15953.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 27 Sep 2007 15:34:58 +0000 (15:34 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 27 Sep 2007 15:34:58 +0000 (15:34 +0000)
[r15969]

ir/be/bearch.c

index 01087c4..0f51dd1 100644 (file)
@@ -356,7 +356,7 @@ static const arch_register_req_t no_requirement = {
        arch_register_req_type_none,
        NULL,
        NULL,
-       -1,
+       { -1, -1 },
        -1
 };
 const arch_register_req_t *arch_no_register_req = &no_requirement;