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_stack.c,1.6,1.7


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine cvmc_stack.c,1.6,1.7
Date: Wed, 12 Mar 2003 23:21:41 -0500

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

Modified Files:
        cvmc_stack.c 
Log Message:


Handle ILEngineType_TypedRef in "dup" and "pop" operations.


Index: cvmc_stack.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/cvmc_stack.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** cvmc_stack.c        16 May 2002 04:48:10 -0000      1.6
--- cvmc_stack.c        13 Mar 2003 04:21:32 -0000      1.7
***************
*** 159,162 ****
--- 159,168 ----
                break;
  
+               case ILEngineType_TypedRef:
+               {
+                       DupWords(coder, CVM_WORDS_PER_TYPED_REF);
+               }
+               break;
+ 
                default: break;
        }
***************
*** 221,224 ****
--- 227,236 ----
                        ILUInt32 size = GetTypeSize(type);
                        PopWords(coder, size);
+               }
+               break;
+ 
+               case ILEngineType_TypedRef:
+               {
+                       PopWords(coder, CVM_WORDS_PER_TYPED_REF);
                }
                break;





reply via email to

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