Fixed a bug that had padded Atmos binaries with 25 bytes too many.

This commit is contained in:
Greg King
2015-01-08 03:51:20 -05:00
parent d61feae7f8
commit 22e06c41d1
3 changed files with 11 additions and 7 deletions

View File

@@ -23,7 +23,8 @@ SEGMENTS {
RODATA: load = RAM, type = ro;
INIT: load = RAM, type = ro, define = yes, optional = yes;
DATA: load = RAM, type = rw;
ZPSAVE: load = RAM, type = rw, define = yes;
ZPSAVE1: load = RAM, type = rw, define = yes;
ZPSAVE2: load = RAM, type = bss;
BSS: load = RAM, type = bss, define = yes;
}
FEATURES {