From 78b108e8e0ebfcb01158644ca3d15c6358590874 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Tue, 27 Mar 2007 15:17:47 +0000 Subject: [PATCH] new register requirements --- ir/be/firm/bearch_firm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/firm/bearch_firm.c b/ir/be/firm/bearch_firm.c index 753c7ca11..606e2430b 100644 --- a/ir/be/firm/bearch_firm.c +++ b/ir/be/firm/bearch_firm.c @@ -249,8 +249,8 @@ static void firm_get_call_abi(const void *self, ir_type *method_type, be_abi_cal static const arch_register_req_t firm_std_reg_req = { arch_register_req_type_normal, ®_classes[CLS_DATAB], - NULL, - NULL + 0, + 0 }; static const arch_register_req_t * -- 2.20.1