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.39,1.40


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_stmt.tc,1.39,1.40
Date: Mon, 18 Aug 2003 03:34:15 -0400

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

Modified Files:
        cg_stmt.tc 
Log Message:


Missed a case in the previous commit.


Index: cg_stmt.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_stmt.tc,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** cg_stmt.tc  18 Aug 2003 07:20:01 -0000      1.39
--- cg_stmt.tc  18 Aug 2003 07:34:13 -0000      1.40
***************
*** 1781,1785 ****
                chopLabel = ILLabel_Undefined;
                chopPosn = numValues / 2;
!               ILGenSimple(info, IL_OP_DUP);
                ILGenAdjust(info, 1);
                CompareSwitchValue(info, &(values[chopPosn].value),
--- 1781,1792 ----
                chopLabel = ILLabel_Undefined;
                chopPosn = numValues / 2;
!               if(tempVar == ~((unsigned)0))
!               {
!                       ILGenSimple(info, IL_OP_DUP);
!               }
!               else
!               {
!                       ILGenLoadLocal(info, tempVar);
!               }
                ILGenAdjust(info, 1);
                CompareSwitchValue(info, &(values[chopPosn].value),





reply via email to

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