3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

Added missing "break"

This commit is contained in:
Andrew Zonenberg 2017-09-15 17:54:07 -07:00
parent 7b3966714c
commit 2b65b65d70

View file

@ -76,6 +76,7 @@ struct ExtractReducePass : public Pass
allow_off_chain = true;
continue;
}
break;
}
extra_args(args, argidx, design);