Merge branch 'master' into rel_3.0
This commit is contained in:
commit
24f9ee3f20
|
|
@ -245,8 +245,6 @@ VcdParse::parseVarValues()
|
||||||
reader_->varAppendValue(id, time_, char0);
|
reader_->varAppendValue(id, time_, char0);
|
||||||
}
|
}
|
||||||
else if (char0 == 'B') {
|
else if (char0 == 'B') {
|
||||||
if (file_line_ == 148904)
|
|
||||||
printf("luse\n");
|
|
||||||
string bus_value = token.substr(1);
|
string bus_value = token.substr(1);
|
||||||
string id = getToken();
|
string id = getToken();
|
||||||
if (!reader_->varIdValid(id))
|
if (!reader_->varIdValid(id))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue