From d7ef9718e78b7bfc1b9d4757dbafc20d8bd033ac Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 24 Sep 2009 17:30:43 -0700 Subject: [PATCH] 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. --- vvp/words.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/vvp/words.cc b/vvp/words.cc index 20c2f0700..cd01a2e73 100644 --- a/vvp/words.cc +++ b/vvp/words.cc @@ -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() { }