fix broken call-out of real-valued system functions.

This commit is contained in:
Stephen Williams 2014-01-21 13:31:49 -08:00
parent 54346d7095
commit 0e13726e83
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ static int make_vpi_argv(unsigned argc, vpiHandle*vpi_argv,
switch (*cp) {
case 'r': // real result
cp += 1;
return_type = -vpiRealConst;
return_type = -vpiRealVal;
break;
case 'v': // vector4_t