/[dotgnu-pnet]/pnet/engine/lib_delegate.c
ViewVC logotype

Diff of /pnet/engine/lib_delegate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by ktreichel, Mon Jun 20 18:47:00 2005 UTC revision 1.13 by ktreichel, Tue Aug 23 10:45:52 2005 UTC
# Line 54  void *_ILDelegateGetClosure(ILExecThread Line 54  void *_ILDelegateGetClosure(ILExecThread
54    
55          /* Make a native closure and cache it for next time */          /* Make a native closure and cache it for next time */
56          ((System_Delegate *)delegate)->closure =          ((System_Delegate *)delegate)->closure =
57                  _ILMakeClosureForDelegate(delegate, methodInfo);                  _ILMakeClosureForDelegate(_ILExecThreadProcess(thread), delegate,
58                                                                            methodInfo);
59          return ((System_Delegate *)delegate)->closure;          return ((System_Delegate *)delegate)->closure;
60  #else  #else
61          /* We don't have support for creating closures on this system */          /* We don't have support for creating closures on this system */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26