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/c c_internal.c,1.12,1.13


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/c c_internal.c,1.12,1.13
Date: Sat, 28 Jun 2003 01:31:50 -0400

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

Modified Files:
        c_internal.c 
Log Message:


CGenSizeOf: the boxed form of "long double" is "OpenSystem.C.LongDouble",
not "OpenSystem.C.NativeFloat".


Index: c_internal.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c/c_internal.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** c_internal.c        23 Aug 2002 09:44:27 -0000      1.12
--- c_internal.c        28 Jun 2003 05:31:48 -0000      1.13
***************
*** 193,197 ****
                           native floats, because the CLS doesn't have an
                           appropriate type that we can measure directly */
!                       type = ILFindNonSystemType(info, "NativeFloat", 
"OpenSystem.C");
                        ILGenClassToken(info, IL_OP_PREFIX + 
IL_PREFIX_OP_SIZEOF,
                                                        ILTypeToClass(info, 
type));
--- 193,197 ----
                           native floats, because the CLS doesn't have an
                           appropriate type that we can measure directly */
!                       type = ILFindNonSystemType(info, "LongDouble", 
"OpenSystem.C");
                        ILGenClassToken(info, IL_OP_PREFIX + 
IL_PREFIX_OP_SIZEOF,
                                                        ILTypeToClass(info, 
type));





reply via email to

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