fixed CUTPOINT related stuff

committer: ml1050 <ml1050> 977333745 +0000
This commit is contained in:
László Molnár
2000-12-20 17:35:45 +00:00
parent 97ff8042b4
commit a42e72094a
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ void PackCom::patchLoader(OutputFile *fo,
unsigned calls, unsigned overlapoh)
{
const int filter_id = ph.filter;
const int e_len = getLoaderSection("COMCUTPO");
const int e_len = getLoaderSectionStart("COMCUTPO");
const int d_len = lsize - e_len;
assert(e_len > 0 && e_len < 256);
assert(d_len > 0 && d_len < 256);