Remove vlog95 compile warning

This commit is contained in:
Cary R 2012-12-17 17:14:40 -08:00
parent 26193ea8bd
commit 4b28694509
1 changed files with 1 additions and 0 deletions

View File

@ -1852,6 +1852,7 @@ void dump_nexus_information(ivl_scope_t scope, ivl_nexus_t nex)
case IVL_VT_LOGIC: fprintf(stderr, " logic"); break;
case IVL_VT_STRING: fprintf(stderr, " string"); break;
case IVL_VT_DARRAY: fprintf(stderr, " dynamic array");
case IVL_VT_CLASS: fprintf(stderr, " class");
break;
}
} else {