now even buggier
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 23 Oct 2007 10:39:54 +0000 (10:39 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 23 Oct 2007 10:39:54 +0000 (10:39 +0000)
[r16312]

ir/be/test/fehler100.c

index 2cda32c..b3d0859 100644 (file)
@@ -14,6 +14,7 @@ void simpleSort ( int lo, int hi, int d )
 
       i = lo + h;
       while (1) {
+         if (i > hi) break;
          j = i;
          while (bla(d)) {
             j = j - h;