* src/SDCCglue.c (glue): make sure code area is declared before the
[fw/sdcc] / src / SDCCglue.c
index bf3c1ac46fa1a4a869d0e196f38e47234b44e98f..21edf2b9868977a74af5ee0c0f74e0ca8410d003 100644 (file)
@@ -1813,6 +1813,7 @@ glue (void)
    * the post_static_name area will immediately follow the static_name
    * area.
    */
+  tfprintf (asmFile, "\t!area\n", port->mem.code_name);
   tfprintf (asmFile, "\t!area\n", port->mem.static_name);       /* MOF */
   tfprintf (asmFile, "\t!area\n", port->mem.post_static_name);
   tfprintf (asmFile, "\t!area\n", port->mem.static_name);