Explorar el Código

Fix exclusion of ogelf unit using $ifndef NOOGELF

Pierre Muller hace 1 año
padre
commit
2d8a50556c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/i386/cputarg.pas

+ 1 - 1
compiler/i386/cputarg.pas

@@ -110,7 +110,7 @@ implementation
     {$ifndef NOOGCOFF}
     {$ifndef NOOGCOFF}
       ,ogcoff
       ,ogcoff
     {$endif}
     {$endif}
-    {$ifndef NOOGCOFF}
+    {$ifndef NOOGELF}
       ,ogelf
       ,ogelf
       ,cpuelf
       ,cpuelf
     {$endif}
     {$endif}