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
@@ -481,7 +481,7 @@ void PackWcle::pack(OutputFile *fo)
const unsigned lsize = getLoaderSize();
neweip = getLoaderSection("WCLEMAIN");
int e_len = getLoaderSection("WCLECUTP");
int e_len = getLoaderSectionStart("WCLECUTP");
const unsigned d_len = lsize - e_len;
assert(e_len > 0);