- Remove unnecessary call to SysInitStdIO probably added here by me for debugging purpose long time ago. The right one is a few line below.

git-svn-id: trunk@15098 -
This commit is contained in:
olivier 2010-03-30 20:06:52 +00:00
parent 60f8b7fcb1
commit 16de86ef7c
2 changed files with 2 additions and 4 deletions

View File

@ -383,8 +383,7 @@ begin
{ Set up signals handlers (may be needed by init code to test cpu features) }
InstallSignals;
SysInitStdIO;
{ Setup heap }
{ Setup heap }
myheapsize:=4096*1;// $ 20000;
myheaprealsize:=4096*1;// $ 20000;
heapstart:=nil;

View File

@ -416,8 +416,7 @@ begin
{ Set up signals handlers }
InstallSignals;
SysInitStdIO;
{ Setup heap }
{ Setup heap }
myheapsize:=4096*100;// $ 20000;
myheaprealsize:=4096*100;// $ 20000;
heapstart:=nil;