experiment.

This commit is contained in:
Christopher Faylor 2001-09-07 01:13:47 +00:00
parent 04da0bbe2f
commit ddeaa23fbb
1 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,6 @@ SECTIONS
.cygheap BLOCK(64 * 1024) :
{
__cygheap_start = ABSOLUTE(.) ;
__system_dlls__ = ABSOLUTE(.) + 4;
__system_dlls__ = ABSOLUTE(.) + 64;
}
}