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_misc.tc,1.39,1.40


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_misc.tc,1.39,1.40
Date: Wed, 06 Nov 2002 15:24:24 -0500

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

Modified Files:
        cg_misc.tc 
Log Message:
Fixes for compiling and running QT# 


Index: cg_misc.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_misc.tc,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** cg_misc.tc  31 Oct 2002 18:12:35 -0000      1.39
--- cg_misc.tc  6 Nov 2002 20:24:22 -0000       1.40
***************
*** 1002,1014 ****
        }
  
!       /* The final managed value or object reference is now on the stack */
!       if(ILClassIsValueType(ILMethod_Owner(node->methodInfo)))
!       {
!               return ILMachineType_ManagedValue;
!       }
!       else
!       {
!               return ILMachineType_ObjectRef;
!       }
  }
  
--- 1002,1007 ----
        }
  
!       /* The final object is now on the stack , this is *not* a managed value 
*/
!       return 
ILTypeToMachineType(ILClassToType(ILMethod_Owner(node->methodInfo)));
  }
  





reply via email to

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