Gammelfix.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 25 Aug 2008 20:07:07 +0000 (20:07 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 25 Aug 2008 20:07:07 +0000 (20:07 +0000)
[r21465]

ir/be/test/shiftamount.c

index 316726e..91211a5 100644 (file)
@@ -37,7 +37,7 @@ int spec_load(char *filename, int size) {
        if (rc < 0) {
                fprintf(stderr, "Error reading from %s: %s\n", filename,
                                strerror(errno));
-               exit(1);
+               exit(0);
        }
        close(fd);
        return 0;