瀏覽代碼

* Xtensa: disable simple random again, committed by accident

git-svn-id: trunk@46552 -
florian 5 年之前
父節點
當前提交
832c3d89c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}