X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fallocator%2Fsimplereg.c;h=f5cd6fce9f2b665cb917c91e55fbcbd22d6fa442;hb=f7fb911586d9f26d5ffe11cab0f504490caaf561;hp=d400406f0e4e5171dc0d032efd0d9c6501333f80;hpb=db231fdbc6bc1d707018e2c26b9d83a78f6c8cbc;p=cacao.git diff --git a/src/vm/jit/allocator/simplereg.c b/src/vm/jit/allocator/simplereg.c index d400406f0..f5cd6fce9 100644 --- a/src/vm/jit/allocator/simplereg.c +++ b/src/vm/jit/allocator/simplereg.c @@ -1350,7 +1350,7 @@ static void simplereg_allocate_temporaries(jitdata *jd) /* assert that all copy counts are zero */ -#if !defined(NDEBUG) +#if !defined(NDEBUG) && !defined(ENABLE_SSA) for (i=0; i < TOTAL_REG_CNT; ++i) assert(rd->regcopycount[i] == 0); #endif