Implemented builtin functions
[fw/sdcc] / src / izt / i186.c
index 301807e2f22dab988b6cd0fca2990fb31b49632d..c9e19639228c7cd08ec2921fcf1813d972051e04 100644 (file)
@@ -210,5 +210,6 @@ PORT i186_port = {
     0,  /* leave == */
     FALSE,                        /* No array initializer support. */
     0,                            /* no CSE cost estimation yet */
+    NULL,                      /* no builtin functions */
     PORT_MAGIC
 };