Renamed method.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-22 16:00:03 +02:00
parent 392f283d9e
commit d7592f01e1
3 changed files with 9 additions and 9 deletions
+1 -2
View File
@@ -300,8 +300,7 @@ void PackDjgpp2::pack(OutputFile *fo)
text->size = lsize; // new size of .text
data->size = ph.c_len; // new size of .data
unsigned stack = 1024 + ph.overlap_overhead +
patchDecompressorGetExtraStacksize();
unsigned stack = 1024 + ph.overlap_overhead + getDecompressorWrkmemSize();
stack = ALIGN_UP(stack, 16);
if (bss->size < stack) // give it a .bss
bss->size = stack;