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

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

[Dotgnu-pnet-commits] CVS: pnet/engine verify_call.c,1.34,1.35


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine verify_call.c,1.34,1.35
Date: Sun, 13 Apr 2003 06:27:00 -0400

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv11873/engine

Modified Files:
        verify_call.c 
Log Message:


MatchSignature: pass the correct "firstParam" value to the
"pack_varargs" instruction - it was previously off by 1.


Index: verify_call.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/verify_call.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** verify_call.c       24 Feb 2003 00:45:59 -0000      1.34
--- verify_call.c       13 Apr 2003 10:26:58 -0000      1.35
***************
*** 617,621 ****
        if(isVarArg)
        {
!               ILCoderPackVarArgs(coder, signature, numParams + 2,
                                                   stack + numParams, 
totalParams - numParams);
        }
--- 617,621 ----
        if(isVarArg)
        {
!               ILCoderPackVarArgs(coder, signature, numParams + 1,
                                                   stack + numParams, 
totalParams - numParams);
        }





reply via email to

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