mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
Added missing "break"
This commit is contained in:
parent
7b3966714c
commit
2b65b65d70
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ struct ExtractReducePass : public Pass
|
||||||
allow_off_chain = true;
|
allow_off_chain = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
extra_args(args, argidx, design);
|
extra_args(args, argidx, design);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue