Lots.
[fw/sdcc] / src / mcs51 / main.c
index e4732ad90d768544c4d0e92b44ae8db5ea40af95..62881b54370a4983e1ac5c7f4f14bf2a5b973f31 100644 (file)
@@ -142,6 +142,9 @@ static const char *_asmCmd[] = {
 PORT mcs51_port = {
     "mcs51",
     "MCU 8051",                        /* Target name */
+    {
+       TRUE,                   /* Emit glue around main */
+    },
     {  
        _asmCmd,
        "-plosgffc",            /* Options with debug */