updated to reflect the changes in port structure
[fw/sdcc] / src / avr / main.c
index 010957530b5e4008bdd015a0ae5e0218abb5375a..93a1342b7658895989afb3b8fff412d8a7631d3a 100644 (file)
@@ -223,5 +223,8 @@ PORT avr_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
 };