Explorar o código

* Fixed GBA rtl compilation
* Some minor cleanup

git-svn-id: trunk@19773 -

Legolas %!s(int64=13) %!d(string=hai) anos
pai
achega
0012aa613b
Modificáronse 2 ficheiros con 1 adicións e 5 borrados
  1. 0 4
      rtl/gba/system.pp
  2. 1 1
      rtl/gba/sysutils.pp

+ 0 - 4
rtl/gba/system.pp

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

+ 1 - 1
rtl/gba/sysutils.pp

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