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.46,1.47


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_misc.tc,1.46,1.47
Date: Thu, 03 Apr 2003 17:52:43 -0500

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

Modified Files:
        cg_misc.tc 
Log Message:


ILNode_VarArgExpand: handle empty "__arglist" parameter lists
in code generation.


Index: cg_misc.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_misc.tc,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** cg_misc.tc  27 Feb 2003 02:57:43 -0000      1.46
--- cg_misc.tc  3 Apr 2003 22:52:41 -0000       1.47
***************
*** 936,940 ****
  {
        /* Expand to the list of arguments */
!       ILNode_GenValue(node->expr, info);
        return ILMachineType_Void;
  }
--- 936,943 ----
  {
        /* Expand to the list of arguments */
!       if(node->expr)
!       {
!               ILNode_GenValue(node->expr, info);
!       }
        return ILMachineType_Void;
  }





reply via email to

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