mirror of https://github.com/YosysHQ/yosys.git
Added missing "break"
This commit is contained in:
parent
7b3966714c
commit
2b65b65d70
|
@ -76,6 +76,7 @@ struct ExtractReducePass : public Pass
|
|||
allow_off_chain = true;
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
}
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
|
|
Loading…
Reference in New Issue