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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_lvalue.tc,1.30,1.31


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_lvalue.tc,1.30,1.31
Date: Mon, 02 Dec 2002 08:36:11 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/csharp
In directory subversions:/tmp/cvs-serv30424/cscc/csharp

Modified Files:
        cs_lvalue.tc 
Log Message:
fixes to ReduceOperator and fix method calls on enum members


Index: cs_lvalue.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_lvalue.tc,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** cs_lvalue.tc        29 Nov 2002 21:58:12 -0000      1.30
--- cs_lvalue.tc        2 Dec 2002 13:36:08 -0000       1.31
***************
*** 1029,1033 ****
                {
                        /* Set the RValue to the type .. to handle Boxing later 
on*/
!                       CSSemSetRValue(value,ILValueTypeToType(info, 
evalue.valueType));
                }
        }
--- 1029,1033 ----
                {
                        /* Set the RValue to the type .. to handle Boxing later 
on*/
!                       CSSemSetRValue(value,CSSemGetType(value));
                }
        }





reply via email to

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