New segment type renamed to "overwrite".
This commit is contained in:
@@ -96,7 +96,7 @@ struct SegDesc {
|
||||
#define SF_RUN_DEF 0x0200 /* RUN symbols already defined */
|
||||
#define SF_LOAD_DEF 0x0400 /* LOAD symbols already defined */
|
||||
#define SF_FILLVAL 0x0800 /* Segment has separate fill value */
|
||||
#define SF_REPLACE 0x1000 /* Segment can replace (part of) another one */
|
||||
#define SF_OVERWRITE 0x1000 /* Segment can overwrite (part of) another one */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user