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.32,1.33


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_stmt.tc,1.32,1.33
Date: Mon, 02 Dec 2002 10:06:29 -0500

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

Modified Files:
        cg_stmt.tc 
Log Message:
fix break in foreach loops


Index: cg_stmt.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_stmt.tc,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** cg_stmt.tc  13 Nov 2002 20:33:27 -0000      1.32
--- cg_stmt.tc  2 Dec 2002 15:06:26 -0000       1.33
***************
*** 948,952 ****
  
        /* Push the loop label information */
!       PushLoop(info, &label1, &label2, node->name);
        ILGenLabel(info, &label1);
  
--- 948,952 ----
  
        /* Push the loop label information */
!       PushLoop(info, &label1, &label5, node->name);
        ILGenLabel(info, &label1);
  





reply via email to

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