mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 12:34:05 +02:00
m1/perf/main.c: exit immediately on compilation error
This commit is contained in:
parent
8f82a0e8d4
commit
a19a196785
@ -54,7 +54,8 @@ int main(int argc, char **argv)
|
|||||||
fclose(file);
|
fclose(file);
|
||||||
|
|
||||||
for (i = 0; i != loops; i++)
|
for (i = 0; i != loops; i++)
|
||||||
patch_compile(buf, report);
|
if (!patch_compile(buf, report))
|
||||||
|
return 1;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user