3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-29 22:40:12 +00:00
yosys/backends/cxxrtl
Xiretza d86fc791f9
Reorder cases to avoid fall-through warning
log_assert(false) never returns and thus can't fall through, but gcc
doesn't seem to think that far. Making it the last case avoids the
problem entirely.
2020-05-07 13:39:34 +02:00
..
cxxrtl.cc Reorder cases to avoid fall-through warning 2020-05-07 13:39:34 +02:00
cxxrtl.h
Makefile.inc