Fix a space issue

This commit is contained in:
Cary R 2018-11-13 21:58:22 -08:00
parent 95444b474d
commit acae85d1a4
1 changed files with 1 additions and 1 deletions

View File

@ -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.