Little note that IVL_VT_STRING is not support yet.

This commit is contained in:
Stephen Williams 2010-11-05 18:49:02 -07:00
parent cd6c6c7a70
commit 5506969882
1 changed files with 2 additions and 0 deletions

View File

@ -352,6 +352,8 @@ static void draw_vpi_taskfunc_args(const char*call_string,
snprintf(buffer, sizeof buffer,
"W<%u,r>", args[idx].vec.base);
break;
case IVL_VT_STRING:
/* STRING expressions not supported yet. */
default:
assert(0);
}