Added NULL to port->cseOk function
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Nov 2001 06:39:57 +0000 (06:39 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Nov 2001 06:39:57 +0000 (06:39 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1552 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/avr/main.c

index b097d09362c23d12ee03bced59b047373fa53190..98097a1e6709a632ddb535e78992baa1d3fa0178 100644 (file)
@@ -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
 };