Browse Source

* Xtensa: disable simple random again, committed by accident

git-svn-id: trunk@46552 -
florian 5 years ago
parent
commit
832c3d89c8
1 changed files with 1 additions and 1 deletions
  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 }
 { 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}
   {$define FPC_USE_SIMPLE_RANDOM}
 {$endif}
 {$endif}