]> git.gag.com Git - fw/sdcc/blobdiff - as/link/z80/lkhead.c
device/include/mcs51/P89LPC925.h: Added missing P1_6 and P1_7.
[fw/sdcc] / as / link / z80 / lkhead.c
index 3eb127d9c3d7bb9d860ad65af471cd844dbe40c9..41a5198cbb27d1635e41a7e0ef495ceee787f918 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <stdio.h>
 #include <string.h>
-//#include <alloc.h>
 #include "aslink.h"
 
 /*Module       lkhead.c
@@ -108,7 +107,7 @@ newhead()
         * Setup Absolute DEF linkage.
         */
        lkparea(_abs_);
-       ap->a_flag = A_ABS|A_OVR;
+       ap->a_flag = A_ABS;
 }
 
 /*)Function    VOID    module()