LRH commit, only to sync with other developers
[fw/sdcc] / src / SDCCBBlock.c
index fd50e6a3b00b08df5a1e1715180d402c8b413c2e..dac9d8ec5ce3019245d2327fb0c88818da07628b 100644 (file)
@@ -191,7 +191,8 @@ dumpEbbsToFileExt (int id, eBBlock ** ebbs, int count)
       fprintf (of, "Basic Block %s : loop Depth(lSeq) = %d(%d) noPath = %d , lastinLoop = %d\n",
               ebbs[i]->entryLabel->name,
               ebbs[i]->depth,
-              ebbs[i]->depth ? findLoopEndSeq(ebbs[i]->partOfLoop) : 0,
+              (0 /* for now */ &
+               ebbs[i]->depth) ? findLoopEndSeq(ebbs[i]->partOfLoop) : 0,
               ebbs[i]->noPath,
               ebbs[i]->isLastInLoop);
       fprintf (of, "\ndefines bitVector :");