minor xa51 improvements
[fw/sdcc] / as / xa51 / xa_main.h
index e3bf912bda8589b9c577d1527a3f07aac3945884..b31227ab8135891ec84fc5502c625970d8071f4f 100644 (file)
@@ -44,6 +44,7 @@ struct target {
         struct target *next; };
 
 struct area_struct {
+        int start;
        int alloc_position;
 };