Explorar el Código

* fixed bootstrapping with 2.0.4

git-svn-id: trunk@5837 -
florian hace 18 años
padre
commit
74c9eefc99
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      rtl/linux/i386/si_dll.inc

+ 2 - 1
rtl/linux/i386/si_dll.inc

@@ -56,6 +56,7 @@ begin
   PASCALMAIN;
 end;
 
+{$ifndef VER2_0}
 procedure initdummy; assembler; nostackframe;
 label
   FPC_LIB_START;
@@ -72,7 +73,7 @@ FPC_LIB_START:
 {$endif FPC_PIC}
 .text
 end;
-
+{$endif VER_2_0}
 
 procedure _FPC_shared_lib_haltproc; assembler; nostackframe; public name '_haltproc';
 asm