Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/mal mal_instruction.mx, , 1.370, 1.371
Martin Kersten wrote:
Update of /cvsroot/monetdb/MonetDB5/src/mal In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8366
Modified Files: mal_instruction.mx Log Message: Clear the details completely.
U mal_instruction.mx Index: mal_instruction.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v retrieving revision 1.370 retrieving revision 1.371 diff -u -d -r1.370 -r1.371 --- mal_instruction.mx 17 Nov 2008 08:57:48 -0000 1.370 +++ mal_instruction.mx 21 Nov 2008 21:39:29 -0000 1.371 @@ -1009,6 +1009,7 @@ clrFunction(InstrPtr p) { p->fcn = 0; + p->blk = 0; setModuleId(p, NULL); setFunctionId(p, NULL); }
Should this be backported? -- Sjoerd Mullender
participants (1)
-
Sjoerd Mullender