diff --git a/tgt-vhdl/stmt.cc b/tgt-vhdl/stmt.cc index 51ac8bb20..6d9c7f437 100644 --- a/tgt-vhdl/stmt.cc +++ b/tgt-vhdl/stmt.cc @@ -1250,7 +1250,7 @@ static void process_number(vhdl_binop_expr *all, vhdl_var_ref *test, switch (bits[i]) { case 'x': if (is_casez) break; - // fallthrough + // fallthrough case '?': case 'z': continue; // Ignore these.