fix broken call-out of real-valued system functions.
This commit is contained in:
parent
54346d7095
commit
0e13726e83
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue