Added NULL entry for port->cseOk
[fw/sdcc] / src / z80 / main.c
index 7727275f4808b2e0876046fdd1b344cc2406db9f..99abb8db1a54803de3cb15b2c7f505750117bf2d 100644 (file)
@@ -512,6 +512,7 @@ PORT z80_port =
   1,                           /* transform != to !(a == b) */
   0,                           /* leave == */
   TRUE,                         /* Array initializer support. */       
+  0,                            /* no CSE cost estimation yet */
   PORT_MAGIC
 };
 
@@ -594,5 +595,6 @@ PORT gbz80_port =
   1,                           /* transform != to !(a == b) */
   0,                           /* leave == */
   TRUE,                         /* Array initializer support. */
+  0,                            /* no CSE cost estimation yet */
   PORT_MAGIC
 };