Merge branch 'master' of ssh://steve-icarus@icarus.com/~steve-icarus/git/verilog

This commit is contained in:
Stephen Williams 2009-09-26 10:02:31 -07:00
commit 996424a7be
2 changed files with 3 additions and 0 deletions

View File

@ -911,6 +911,7 @@ vvp_vector4_t vvp_wire_vec8::vec4_value() const
}
vvp_wire_real::vvp_wire_real()
: bit_(0.0)
{
}

View File

@ -298,6 +298,7 @@ static void __compile_net(char*label,
msb, lsb, array_addr,
signed_flag, net8_flag, local_flag);
resolv_submit(res);
free(argv);
return;
}
assert(node);
@ -305,6 +306,7 @@ static void __compile_net(char*label,
__compile_net2(node, array, label, name, msb, lsb, array_addr,
signed_flag, net8_flag, local_flag);
free(argv[0].text);
free(argv);
}