mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@3067 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d8f7384091
commit
2bb2ceec33
@ -1539,7 +1539,7 @@ void CfgAssignSegments (void)
|
||||
sprintf (Buf, "__%s_SIZE__", GetString (M->Name));
|
||||
CreateConstExport (GetStringId (Buf), M->Size);
|
||||
sprintf (Buf, "__%s_LAST__", GetString (M->Name));
|
||||
CreateConstExport (GetStringId (Buf), M->FillLevel);
|
||||
CreateMemoryExport (GetStringId (Buf), M, M->FillLevel);
|
||||
}
|
||||
|
||||
/* Next memory area */
|
||||
|
Loading…
Reference in New Issue
Block a user