Fixed weird characters due to extra %s
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 8 Apr 2000 15:59:27 +0000 (15:59 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 8 Apr 2000 15:59:27 +0000 (15:59 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@229 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCglue.c

index 731e8368159f4deb4b0f9834174d25dd488f99b2..475920045cd3897cbd6e65ec7e3e3cc2ae11b26b 100644 (file)
@@ -1129,7 +1129,7 @@ void glue ()
          * This area is guaranteed to follow the static area
          * by the ugly shucking and jiving about 20 lines ago.
          */
-       tfprintf(asmFile, "\t!area %s\n", port->mem.post_static_name);
+       tfprintf(asmFile, "\t!area\n", port->mem.post_static_name);
        fprintf (asmFile,"\tljmp\t__sdcc_program_startup\n");
     }