One more bug fix. . . unitialized variable error.
This commit is contained in:
parent
5ea7916ff1
commit
d985ea340e
|
|
@ -1738,7 +1738,7 @@ nextinst:
|
||||||
// Net is bit-sliced across array of instances.
|
// Net is bit-sliced across array of instances.
|
||||||
|
|
||||||
if (wb.start > wb.end) {
|
if (wb.start > wb.end) {
|
||||||
char *bptr, *cptr, cchar, *netname;
|
char *bptr, *cptr = NULL, cchar, *netname;
|
||||||
unsigned char is_bundle = 0;
|
unsigned char is_bundle = 0;
|
||||||
struct bus wbb;
|
struct bus wbb;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue