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

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

[dotgnu-pnet-commits] pnet ChangeLog engine/jitc_locals.c


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnet ChangeLog engine/jitc_locals.c
Date: Thu, 21 Dec 2006 18:30:34 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnet
Changes by:     Klaus Treichel <ktreichel>      06/12/21 18:30:34

Modified files:
        .              : ChangeLog 
        engine         : jitc_locals.c 

Log message:
        Fix the build without the thread in the method signature.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3397&r2=1.3398
http://cvs.savannah.gnu.org/viewcvs/pnet/engine/jitc_locals.c?cvsroot=dotgnu-pnet&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3397
retrieving revision 1.3398
diff -u -b -r1.3397 -r1.3398
--- ChangeLog   17 Dec 2006 10:31:31 -0000      1.3397
+++ ChangeLog   21 Dec 2006 18:30:34 -0000      1.3398
@@ -1,3 +1,8 @@
+2006-12-21  Klaus Treichel  <address@hidden>
+
+       * engine/jitc_locals.c: Fix the build without the thread in the method
+       signature. 
+
 2006-12-16  Klaus Treichel  <address@hidden>
 
        * engine/lib_defs.c: Add the structure SArrayHeader and use it in the

Index: engine/jitc_locals.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/jitc_locals.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- engine/jitc_locals.c        11 Dec 2006 20:40:11 -0000      1.7
+++ engine/jitc_locals.c        21 Dec 2006 18:30:34 -0000      1.8
@@ -633,7 +633,7 @@
 
                        for(current = 0; current < numParams; ++current)
                        {
-                               param = &_ILJitParamGet(coder, current);
+                               param = _ILJitParamGet(coder, current);
 
                                param->value = 
jit_value_get_param(coder->jitFunction, current);
                                param->flags = 0;




reply via email to

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