updated to reflect the changes in port structure
[fw/sdcc] / src / izt / i186.c
index 8ee41fb2597ab5f925b8829c8d760f21fabd7e91..34cb44c03bd96afb86476d97d5f65b3469865c68 100644 (file)
@@ -214,5 +214,8 @@ PORT i186_port = {
     FALSE,                        /* No array initializer support. */
     0,                            /* no CSE cost estimation yet */
     NULL,                      /* no builtin functions */
+    GPOINTER,                  /* treat unqualified pointers as "generic" pointers */
+    1,                         /* reset labelKey to 1 */
+    1,                         /* globals & local static allowed */
     PORT_MAGIC
 };