/[dgee]/dgee/pnetvm/int_dgee.c
ViewVC logotype

Diff of /dgee/pnetvm/int_dgee.c

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

revision 1.1 by csmith, Mon Aug 18 18:40:17 2003 UTC revision 1.2 by csmith, Sun Sep 21 10:37:59 2003 UTC
# Line 0  Line 1 
1    /* This file is automatically generated - do not edit */
2    
3    #if !defined(HAVE_LIBFFI)
4    
5    static void marshal_pppp(void (*fn)(), void *rvalue, void **avalue)
6    {
7            *((void * *)rvalue) = (*(void * (*)(void *, void *, void *))fn)(*((void * *)(avalue[0])), *((void * *)(avalue[1])), *((void * *)(avalue[2])));
8    }
9    
10    #endif
11    
12    #ifndef _IL_AssemblyContainer_suppressed
13    
14    IL_METHOD_BEGIN(AssemblyContainer_Methods)
15            IL_METHOD("LoadFromMemory", "(oSystem.String;&i)oSystem.Reflection.Assembly;", _IL_AssemblyContainer_LoadFromMemory, marshal_pppp)
16    IL_METHOD_END
17    
18    #endif
19    
20    typedef struct
21    {
22            const char *name;
23            const char *namespace;
24            const ILMethodTableEntry *entry;
25    
26    } InternalClassInfo;
27    static InternalClassInfo const internalClassTable[] = {
28    #ifndef _IL_AssemblyContainer_suppressed
29            {"AssemblyContainer", "DotGNU.DGEE.Protocols", AssemblyContainer_Methods},
30    #endif
31    };
32    #define numInternalClasses (sizeof(internalClassTable) / sizeof(InternalClassInfo))

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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