functions containing only __builtin functions can overlay variables
[fw/sdcc] / src / avr / main.c
index b097d09362c23d12ee03bced59b047373fa53190..ba5a470bc05c3f28a665b0b5bc8526f0e32f7c7b 100644 (file)
@@ -217,6 +217,8 @@ 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 */
+       NULL,                   /* no builtin functions */
        PORT_MAGIC
 };