dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/codegen cg_stmt.tc,1.36,1.37


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_stmt.tc,1.36,1.37
Date: Sun, 19 Jan 2003 10:01:55 -0500

Update of /cvsroot/dotgnu-pnet/pnet/codegen
In directory subversions:/tmp/cvs-serv8720/codegen

Modified Files:
        cg_stmt.tc 
Log Message:
fix bug in continue statement for ForeachCollection


Index: cg_stmt.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_stmt.tc,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** cg_stmt.tc  28 Dec 2002 18:11:19 -0000      1.36
--- cg_stmt.tc  19 Jan 2003 15:01:53 -0000      1.37
***************
*** 953,957 ****
  
        /* Push the loop label information */
!       PushLoop(info, &label1, &label5, node->name);
        ILGenLabel(info, &label1);
  
--- 953,957 ----
  
        /* Push the loop label information */
!       PushLoop(info, &label2, &label5, node->name);
        ILGenLabel(info, &label1);
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]