Extend list of CPUs defining slowcpu conditional in tmt1 and tw8177 sources

git-svn-id: trunk@48816 -
This commit is contained in:
pierre 2021-02-26 23:39:14 +00:00
parent 2932787dee
commit 58171b4308
2 changed files with 3 additions and 6 deletions

View File

@ -11,9 +11,9 @@ uses
;
const
{$ifdef cpuarm}
{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
{$define slowcpu}
{$endif cpuarm}
{$endif}
{$ifdef slowcpu}
threadcount = 40;

View File

@ -6,10 +6,7 @@ program ValidateStrToInt;
{$mode delphi}
{$ENDIF}
{$ifdef cpuarm}
{$define slowcpu}
{$endif}
{$ifdef cpumips}
{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
{$define slowcpu}
{$endif}
{$ifdef android}