Parcourir la source

* Xtensa: disable simple random again, committed by accident

git-svn-id: trunk@46552 -
florian il y a 5 ans
Parent
commit
832c3d89c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/inc/systemh.inc

+ 1 - 1
rtl/inc/systemh.inc

@@ -383,7 +383,7 @@ Type
 
 
 { By default enable a simple implementation of Random for 8/16 bit CPUs }
-{$if (defined(CPU16) or defined(CPU8) or defined(CPUXTENSA)) and not defined(FPC_NO_SIMPLE_RANDOM)}
+{$if (defined(CPU16) or defined(CPU8)) and not defined(FPC_NO_SIMPLE_RANDOM)}
   {$define FPC_USE_SIMPLE_RANDOM}
 {$endif}