Explorar el Código

* Fixed GBA rtl compilation
* Some minor cleanup

git-svn-id: trunk@19773 -

Legolas hace 13 años
padre
commit
0012aa613b
Se han modificado 2 ficheros con 1 adiciones y 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;