From: Christoph Mallon Date: Thu, 27 Sep 2007 15:34:58 +0000 (+0000) Subject: Fix warning in r15953. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bd31a5350ce9e110c058b4ad2223d460c9eb5c4e;p=libfirm Fix warning in r15953. [r15969] --- diff --git a/ir/be/bearch.c b/ir/be/bearch.c index 01087c496..0f51dd1eb 100644 --- a/ir/be/bearch.c +++ b/ir/be/bearch.c @@ -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;