mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
- 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:
parent
60f8b7fcb1
commit
16de86ef7c
@ -383,8 +383,7 @@ begin
|
|||||||
{ Set up signals handlers (may be needed by init code to test cpu features) }
|
{ Set up signals handlers (may be needed by init code to test cpu features) }
|
||||||
InstallSignals;
|
InstallSignals;
|
||||||
|
|
||||||
SysInitStdIO;
|
{ Setup heap }
|
||||||
{ Setup heap }
|
|
||||||
myheapsize:=4096*1;// $ 20000;
|
myheapsize:=4096*1;// $ 20000;
|
||||||
myheaprealsize:=4096*1;// $ 20000;
|
myheaprealsize:=4096*1;// $ 20000;
|
||||||
heapstart:=nil;
|
heapstart:=nil;
|
||||||
|
@ -416,8 +416,7 @@ begin
|
|||||||
{ Set up signals handlers }
|
{ Set up signals handlers }
|
||||||
InstallSignals;
|
InstallSignals;
|
||||||
|
|
||||||
SysInitStdIO;
|
{ Setup heap }
|
||||||
{ Setup heap }
|
|
||||||
myheapsize:=4096*100;// $ 20000;
|
myheapsize:=4096*100;// $ 20000;
|
||||||
myheaprealsize:=4096*100;// $ 20000;
|
myheaprealsize:=4096*100;// $ 20000;
|
||||||
heapstart:=nil;
|
heapstart:=nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user