소스 검색

Use small number for Blocks constant for i8086 CPU also

git-svn-id: trunk@33769 -
pierre 9 년 전
부모
커밋
74b3481918
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test/theap.pp

+ 1 - 1
tests/test/theap.pp

@@ -8,7 +8,7 @@ uses
   erroru;
 
 const
-{$ifdef cpusparc}
+{$if defined (cpusparc) or defined(cpui8086)}
   Blocks = 1000;
 {$else}
   Blocks = 10000;