diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2017-09-15 17:54:07 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2017-09-15 17:54:52 -0700 |
commit | 2b65b65d70c17eaf72e16a2d8f6ab6f436cde995 (patch) | |
tree | cd7f51aa37a96622159996ef8a519e97ddf5acdd /passes/techmap | |
parent | 7b3966714cf4a961c8663c3bf31068da9ad09362 (diff) | |
download | yosys-2b65b65d70c17eaf72e16a2d8f6ab6f436cde995.tar.gz yosys-2b65b65d70c17eaf72e16a2d8f6ab6f436cde995.tar.bz2 yosys-2b65b65d70c17eaf72e16a2d8f6ab6f436cde995.zip |
Added missing "break"
Diffstat (limited to 'passes/techmap')
-rw-r--r-- | passes/techmap/extract_reduce.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/extract_reduce.cc b/passes/techmap/extract_reduce.cc index c53b35c7a..cc21c8665 100644 --- a/passes/techmap/extract_reduce.cc +++ b/passes/techmap/extract_reduce.cc @@ -76,6 +76,7 @@ struct ExtractReducePass : public Pass allow_off_chain = true; continue; } + break; } extra_args(args, argidx, design); |