Fix vpip_make_vthr_A prototype with duplicate parameters
Causes FTBFS with gcc-4.3
This commit is contained in:
parent
f9d060146c
commit
a437b38270
|
|
@ -446,7 +446,7 @@ vpiHandle vpip_make_vthr_vector(unsigned base, unsigned wid, bool signed_flag);
|
|||
vpiHandle vpip_make_vthr_word(unsigned base, const char*type);
|
||||
|
||||
vpiHandle vpip_make_vthr_A(char*symbol, unsigned index);
|
||||
vpiHandle vpip_make_vthr_A(char*symbol, char*symbol);
|
||||
vpiHandle vpip_make_vthr_A(char*label, char*symbol);
|
||||
vpiHandle vpip_make_vthr_A(char*symbol, unsigned tbase, unsigned twid);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue