mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-08 04:20:49 +02:00
Fix valgrind error in new net rework code.
This patch fixes a valgrind error and fixes some of the test suite issues in the new net rework code.
This commit is contained in:
@@ -207,6 +207,7 @@ class __compile_net_resolv : public base_net_resolv {
|
||||
{ msb_ = msb;
|
||||
lsb_ = lsb;
|
||||
signed_flag_ = signed_flag;
|
||||
net8_flag_ = net8_flag;
|
||||
}
|
||||
|
||||
~__compile_net_resolv() { }
|
||||
|
||||
Reference in New Issue
Block a user