* src/SDCCmain.c (linkEdit),
[fw/sdcc] / as / hc08 / lkarea.c
index d13f104ea186fc9d682e3fa584567ff62fc5b735..42cdd4c1efc6a3accd5da074f8b1034e1bd11185 100644 (file)
@@ -335,6 +335,7 @@ lnkarea()
                } else {
                        /* Determine memory space */
             locIndex = 0;
+            #if 0
             if (ap->a_flag & A_CODE) {
                 locIndex = 1;
             }
@@ -344,6 +345,7 @@ lnkarea()
             if (ap->a_flag & A_BIT) {
                 locIndex = 3;
             }
+            #endif
                        /*
                         * Relocatable sections
                         */