fixed CUTPOINT related stuff
committer: ml1050 <ml1050> 977333745 +0000
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user