Added --xram-movc option
[fw/sdcc] / src / SDCCsymt.c
index 0f8822bad70f93d868bb5eca91482f1fc023bf1e..a67aa47fb5b17cd335f148c5399fa5be208efe08 100644 (file)
@@ -1047,7 +1047,8 @@ structElemType (sym_link * stype, value * id)
     }
   werror (E_NOT_MEMBER, id->name);
 
-  return NULL;
+  // the show must go on
+  return newIntLink();
 }
 
 /*------------------------------------------------------------------*/