* Xtensa: disable simple random again, committed by accident

git-svn-id: trunk@46552 -
This commit is contained in:
florian 2020-08-22 20:36:26 +00:00
parent 04846345b2
commit 832c3d89c8

View File

@ -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}