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

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

[Dotgnu-pnet-commits] pnet/cscc/c c_oper.tc,1.34,1.35


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/cscc/c c_oper.tc,1.34,1.35
Date: Fri, 03 Oct 2003 04:41:25 +0000

Update of /cvsroot/dotgnu-pnet/pnet/cscc/c
In directory subversions:/tmp/cvs-serv3530/cscc/c

Modified Files:
        c_oper.tc 
Log Message:


CreateBoolValue: the boolean type in C is "int".


Index: c_oper.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c/c_oper.tc,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** c_oper.tc   2 Oct 2003 09:37:30 -0000       1.34
--- c_oper.tc   3 Oct 2003 04:41:22 -0000       1.35
***************
*** 46,50 ****
        ILEvalValue eval;
        CSemValue result;
!       eval.valueType = ILMachineType_Boolean;
        eval.un.i4Value = value;
        CSemSetConstant(result, ILType_Boolean, eval);
--- 46,50 ----
        ILEvalValue eval;
        CSemValue result;
!       eval.valueType = ILMachineType_Int32;
        eval.un.i4Value = value;
        CSemSetConstant(result, ILType_Boolean, eval);





reply via email to

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