From 40bcf0e300a51c02c1cac9d2d26a45f9cd9585f5 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 25 Aug 2008 20:07:07 +0000 Subject: [PATCH] Gammelfix. [r21465] --- ir/be/test/shiftamount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/test/shiftamount.c b/ir/be/test/shiftamount.c index 316726e58..91211a5ee 100644 --- a/ir/be/test/shiftamount.c +++ b/ir/be/test/shiftamount.c @@ -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; -- 2.20.1