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 cvmc_const.c,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine cvmc_const.c,1.5,1.6
Date: Fri, 24 Jan 2003 09:44:50 -0500

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

Modified Files:
        cvmc_const.c 
Log Message:


Fix a 32-bit vs 64-bit pointer size bug in the handling for COP_LDTOKEN.


Index: cvmc_const.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/cvmc_const.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cvmc_const.c        30 Dec 2002 06:14:41 -0000      1.5
--- cvmc_const.c        24 Jan 2003 14:44:47 -0000      1.6
***************
*** 71,75 ****
        {
                /* Push the object pointer directly, to save time at runtime */
!               CVM_OUT_WORD(COP_LDTOKEN, object);
                CVM_ADJUST(1);
        }
--- 71,75 ----
        {
                /* Push the object pointer directly, to save time at runtime */
!               CVM_OUT_PTR(COP_LDTOKEN, object);
                CVM_ADJUST(1);
        }





reply via email to

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