Index: engine/cvm_call.c =================================================================== RCS file: /cvsroot/dotgnu-pnet/pnet/engine/cvm_call.c,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- engine/cvm_call.c 20 Oct 2004 22:17:59 -0000 1.83 +++ engine/cvm_call.c 28 Feb 2005 11:25:10 -0000 1.84 @@ -552,7 +552,7 @@ #elif defined(IL_CVM_LOCALS) ILMethod *methodToCall; -ILCallFrame *callFrame; +ILCallFrame *callFrame = 0; #elif defined(IL_CVM_MAIN)