* Fixed GBA rtl compilation

* Some minor cleanup

git-svn-id: trunk@19773 -
This commit is contained in:
Legolas 2011-12-07 17:27:52 +00:00
parent b240dc129f
commit 0012aa613b
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -229,7 +229,7 @@ end;
Misc Functions
****************************************************************************}
procedure Beep;
procedure sysBeep;
begin
end;