mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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));
|
sprintf (Buf, "__%s_SIZE__", GetString (M->Name));
|
||||||
CreateConstExport (GetStringId (Buf), M->Size);
|
CreateConstExport (GetStringId (Buf), M->Size);
|
||||||
sprintf (Buf, "__%s_LAST__", GetString (M->Name));
|
sprintf (Buf, "__%s_LAST__", GetString (M->Name));
|
||||||
CreateConstExport (GetStringId (Buf), M->FillLevel);
|
CreateMemoryExport (GetStringId (Buf), M, M->FillLevel);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Next memory area */
|
/* Next memory area */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user