Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@3067 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user