mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 09:07:59 +02:00
* Fixed GBA rtl compilation
* Some minor cleanup git-svn-id: trunk@19773 -
This commit is contained in:
parent
b240dc129f
commit
0012aa613b
@ -67,7 +67,6 @@ var
|
||||
argc: LongInt = 0;
|
||||
argv: PPChar;
|
||||
envp: PPChar;
|
||||
// errno: integer;
|
||||
fake_heap_end: ^byte; cvar; external;
|
||||
|
||||
|
||||
@ -186,9 +185,6 @@ begin
|
||||
StackBottom := StackTop - StackLength;
|
||||
{ OS specific startup }
|
||||
|
||||
{ Set up signals handlers }
|
||||
// fpc_cpucodeinit;
|
||||
|
||||
{ Setup heap }
|
||||
InitHeap;
|
||||
SysInitExceptions;
|
||||
|
@ -229,7 +229,7 @@ end;
|
||||
Misc Functions
|
||||
****************************************************************************}
|
||||
|
||||
procedure Beep;
|
||||
procedure sysBeep;
|
||||
begin
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user