From c923162f3666b264b8422d8d73e5b2edc28e8fec Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 10 Nov 2001 06:39:57 +0000 Subject: [PATCH] Added NULL to port->cseOk function git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1552 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/avr/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/avr/main.c b/src/avr/main.c index b097d093..98097a1e 100644 --- a/src/avr/main.c +++ b/src/avr/main.c @@ -217,6 +217,7 @@ PORT avr_port = { 0, /* leave ge */ 0, /* leave != */ 0, /* leave == */ - FALSE, /* No array initializer support. */ + FALSE, /* No array initializer support. */ + 0, /* no CSE cost estimation yet */ PORT_MAGIC }; -- 2.47.2