ecos: make LOCAL builds compile again

Change-Id: Icd992aa20443426bbcaa507c39453d6ecb9174c0
This commit is contained in:
Horst Schirmeier
2013-06-27 17:23:25 +02:00
parent 01e7f8c8a1
commit 955f89b3eb

View File

@ -302,8 +302,9 @@ bool EcosKernelTestExperiment::faultInjection() {
BPSingleListener bp;
int experiments = 0;
#if !LOCAL
for (int experiments = 0;
for (experiments = 0;
experiments < 500 || (m_jc.getNumberOfUndoneJobs() != 0); ) { // stop after ~500 experiments to prevent swapping
// 50 exp ~ 0.5GB RAM usage per instance (linearly increasing)
#endif