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 lib_reflect.c,1.38,1.39


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_reflect.c,1.38,1.39
Date: Tue, 17 Jun 2003 05:30:15 -0400

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

Modified Files:
        lib_reflect.c 
Log Message:


Closures are not available if libffi is disabled.


Index: lib_reflect.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_reflect.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** lib_reflect.c       14 Jun 2003 12:21:32 -0000      1.38
--- lib_reflect.c       17 Jun 2003 09:30:12 -0000      1.39
***************
*** 1839,1842 ****
--- 1839,1843 ----
                                (ILExecThread *thread, void *_this)
  {
+ #if defined(HAVE_LIBFFI)
        ILMethod *method = *((ILMethod **)_this);
        if(method)
***************
*** 1846,1849 ****
--- 1847,1851 ----
        }
        else
+ #endif
        {
                /* Invalid RuntimeMethodHandle value */





reply via email to

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