Prechádzať zdrojové kódy

* fixed wrongly named defines

git-svn-id: trunk@8497 -
florian 18 rokov pred
rodič
commit
095f9cb9dd
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      rtl/linux/system.pp

+ 2 - 2
rtl/linux/system.pp

@@ -19,7 +19,7 @@
 { If you use an aout system, set the conditional AOUT}
 { $Define AOUT}
 
-{$ifdef i386}
+{$ifdef CPUI386}
 {$DEFINE ELFRES32}
 {$endif}
 
@@ -52,7 +52,7 @@ property cmdline:Pchar read get_cmdline;
                                  implementation
 {*****************************************************************************}
 
-{$if defined(i386) and not defined(FPC_USE_LIBC)}
+{$if defined(CPUI386) and not defined(FPC_USE_LIBC)}
 var
   sysenter_supported: LongInt = 0;
 {$endif}