From a7411eb00d31af2063f946266a6268b0fb8a9d25 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 May 2001 04:08:16 +0000 Subject: [PATCH] Get the initial inputs to functors set at xxxx. --- vvp/compile.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vvp/compile.cc b/vvp/compile.cc index b40167361..bb547cc3a 100644 --- a/vvp/compile.cc +++ b/vvp/compile.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: compile.cc,v 1.66 2001/05/22 02:14:47 steve Exp $" +#ident "$Id: compile.cc,v 1.67 2001/05/22 04:08:16 steve Exp $" #endif # include "compile.h" @@ -335,7 +335,7 @@ void compile_functor(char*label, char*type, unsigned argc, struct symb_s*argv) assert(argc <= 4); - obj->ival = 0x33; + obj->ival = 0xaa; obj->oval = 2; obj->odrive0 = 6; obj->odrive1 = 6; @@ -1206,6 +1206,9 @@ vvp_ipoint_t debug_lookup_functor(const char*name) /* * $Log: compile.cc,v $ + * Revision 1.67 2001/05/22 04:08:16 steve + * Get the initial inputs to functors set at xxxx. + * * Revision 1.66 2001/05/22 02:14:47 steve * Update the mingw build to not require cygwin files. *