CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnet
Branch:         
Changes by:     Klaus Treichel <[EMAIL PROTECTED]>      06/01/17 20:16:57

Modified files:
        .              : ChangeLog 
        engine         : jitc_obj.c 

Log message:
        engine/jitc_obj.c: Adjust evaluationstack in JITCoder_CopyObject with -2
        instead of -3.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/pnet/ChangeLog.diff?tr1=1.3278&tr2=1.3279&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/pnet/engine/jitc_obj.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: pnet/ChangeLog
diff -u pnet/ChangeLog:1.3278 pnet/ChangeLog:1.3279
--- pnet/ChangeLog:1.3278       Sun Jan 15 19:03:05 2006
+++ pnet/ChangeLog      Tue Jan 17 20:16:57 2006
@@ -1,3 +1,8 @@
+2006-01-17  Klaus Treichel  <[EMAIL PROTECTED]>
+
+       * engine/jitc_obj.c: Adjust evaluationstack in JITCoder_CopyObject with 
-2
+       instead of -3.
+
 2006-01.15  Klaus Treichel  <[EMAIL PROTECTED]>
 
        * engine/jitc_obj.c: Add the rest of the opcodes. (thanks_terminus_)
Index: pnet/engine/jitc_obj.c
diff -u pnet/engine/jitc_obj.c:1.6 pnet/engine/jitc_obj.c:1.7
--- pnet/engine/jitc_obj.c:1.6  Sun Jan 15 19:03:05 2006
+++ pnet/engine/jitc_obj.c      Tue Jan 17 20:16:57 2006
@@ -311,7 +311,7 @@
        jit_insn_check_null(jitCoder->jitFunction, src);
 
        jit_insn_memcpy(jitCoder->jitFunction, dest, src, memSize);
-       JITC_ADJUST(jitCoder, -3);
+       JITC_ADJUST(jitCoder, -2);
 }
 
 static void JITCoder_CopyBlock(ILCoder *coder, ILEngineType destPtrType,


_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits

Reply via email to