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

Diff of /pnet/engine/cvm.c

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

revision 1.52 by ktreichel, Mon Aug 22 15:27:20 2005 UTC revision 1.53 by ktreichel, Sat Oct 15 15:13:47 2005 UTC
# Line 522  int _ILCVMInterpreter(ILExecThread *thre Line 522  int _ILCVMInterpreter(ILExecThread *thre
522          REGISTER_ASM_STACK(CVMWord *stacktop);          REGISTER_ASM_STACK(CVMWord *stacktop);
523          REGISTER_ASM_FRAME(CVMWord *frame);          REGISTER_ASM_FRAME(CVMWord *frame);
524          int divResult;          int divResult;
525          CVMWord *stackmax;          CVMWord  *volatile stackmax;
526          ILMethod *method;          ILMethod *volatile method;
527          void *nativeArgs[CVM_MAX_NATIVE_ARGS + 1];          void *nativeArgs[CVM_MAX_NATIVE_ARGS + 1];
528    
529          /* Define local variables that are used by the instruction categories */          /* Define local variables that are used by the instruction categories */

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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