From 3ffb3c70116fd2289e3e335b1762ae0e8093f10a Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 2 Apr 2001 04:09:20 +0000 Subject: [PATCH] thread bit allocation leak in assign. --- tgt-vvp/vvp_process.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tgt-vvp/vvp_process.c b/tgt-vvp/vvp_process.c index d61a3cd48..fcbbf230e 100644 --- a/tgt-vvp/vvp_process.c +++ b/tgt-vvp/vvp_process.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: vvp_process.c,v 1.19 2001/04/02 02:28:13 steve Exp $" +#ident "$Id: vvp_process.c,v 1.20 2001/04/02 04:09:20 steve Exp $" #endif # include "vvp_priv.h" @@ -128,6 +128,8 @@ static int show_stmt_assign(ivl_statement_t net) for (idx = wid ; idx < ivl_lval_pins(lval) ; idx += 1) set_to_nexus(ivl_lval_pin(lval, idx), 0); + + clr_vector(res); } return 0; @@ -592,6 +594,9 @@ int draw_task_definition(ivl_scope_t scope) /* * $Log: vvp_process.c,v $ + * Revision 1.20 2001/04/02 04:09:20 steve + * thread bit allocation leak in assign. + * * Revision 1.19 2001/04/02 02:28:13 steve * Generate code for task calls. *