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

Diff of /pnet/engine/lib_reflect.c

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

revision 1.72 by ktreichel, Tue Aug 23 10:45:52 2005 UTC revision 1.73 by ktreichel, Sat Oct 29 18:24:30 2005 UTC
# Line 2505  void _IL_ClrField_SetValueInternal(ILExe Line 2505  void _IL_ClrField_SetValueInternal(ILExe
2505                  return;                  return;
2506          }          }
2507    
2508    
2509    
2510          /* Is the field literla, static or instance? */          /* Is the field literla, static or instance? */
2511    #ifdef IL_CONFIG_ECMA
2512          if(ILField_IsLiteral(field) || ILField_IsInitOnly(field))          if(ILField_IsLiteral(field) || ILField_IsInitOnly(field))
2513    #else
2514            if(ILField_IsLiteral(field))
2515    #endif
2516          {          {
2517                  /* Cannot set literal fields */                  /* Cannot set literal fields */
2518                  ILExecThreadThrowSystem                  ILExecThreadThrowSystem

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

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