]> git.sur5r.net Git - cc65/blobdiff - src/da65/infofile.c
Completed the coding of da65's SEGMENT feature.
[cc65] / src / da65 / infofile.c
index 4ee1ffd79c5de7f2aa51ff9cd1943c39d21ddffd..7d8e6938426030a0a24824bf32a3047b2fe1b0d5 100644 (file)
@@ -748,9 +748,6 @@ static void SegmentSection (void)
     if (Start < 0) {
         InfoError ("Start address is missing");
     }
-    if (Start == End) {
-        InfoError ("Segment is empty");
-    }
     if (Start > End) {
         InfoError ("Start address of segment is greater than end address");
     }