mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +02:00
* Xtensa: disable simple random again, committed by accident
git-svn-id: trunk@46552 -
This commit is contained in:
parent
04846345b2
commit
832c3d89c8
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user