Added NULL entry for port->cseOk
[fw/sdcc] / src / pic / main.c
index 28af756dbd010ce7feb68d0b44f43d89212cdb2e..596f5cb25e8effa3016ddac723ce97f68329aac0 100644 (file)
@@ -299,5 +299,6 @@ PORT pic_port =
   1,                           /* transform != to !(a == b) */
   0,                           /* leave == */
   FALSE,                        /* No array initializer support. */
+  0,                            /* no CSE cost estimation yet */
   PORT_MAGIC
 };