parent
c956cffd2f
commit
a6e7d87b1a
|
|
@ -940,6 +940,8 @@ apply_func(struct func *func, struct pnode *arg)
|
||||||
/* try to figure out the v_type, depending on the function */
|
/* try to figure out the v_type, depending on the function */
|
||||||
if (eq(func->fu_name, "cph") || eq(func->fu_name, "ph"))
|
if (eq(func->fu_name, "cph") || eq(func->fu_name, "ph"))
|
||||||
t->v_type = SV_PHASE;
|
t->v_type = SV_PHASE;
|
||||||
|
else if (eq(func->fu_name, "db"))
|
||||||
|
t->v_type = SV_DB;
|
||||||
|
|
||||||
if (end)
|
if (end)
|
||||||
end->v_link2 = t;
|
end->v_link2 = t;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue