Removed ONCE segment.
Pure assembler programs don't have constructors. Therefore constructor code ending up in an assembler program should trigger an error.
This commit is contained in:
parent
c768de156a
commit
46d4307bbb
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ MEMORY {
|
|||
SEGMENTS {
|
||||
ZEROPAGE: load = ZP, type = zp;
|
||||
BOOT: load = HEAD, type = ro, optional = yes;
|
||||
ONCE: load = MAIN, type = ro, define = yes, optional = yes;
|
||||
CODE: load = MAIN, type = rw;
|
||||
RODATA: load = MAIN, type = rw;
|
||||
DATA: load = MAIN, type = rw;
|
||||
|
|
Loading…
Add table
Reference in a new issue