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

Diff of /pnet/engine/lookup.c

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

revision 1.14 by ktreichel, Sun Jun 26 15:56:30 2005 UTC revision 1.15 by ktreichel, Tue Aug 23 10:45:52 2005 UTC
# Line 152  static ILClass *LookupClass(ILExecThread Line 152  static ILClass *LookupClass(ILExecThread
152          /* Make sure that the class has been laid out */          /* Make sure that the class has been laid out */
153          if(classInfo != 0)          if(classInfo != 0)
154          {          {
155                  IL_METADATA_WRLOCK(thread);                  IL_METADATA_WRLOCK(_ILExecThreadProcess(thread));
156                  if(!_ILLayoutClass(classInfo))                  if(!_ILLayoutClass(_ILExecThreadProcess(thread), classInfo))
157                  {                  {
158                          IL_METADATA_UNLOCK(thread);                          IL_METADATA_UNLOCK(_ILExecThreadProcess(thread));
159                          return 0;                          return 0;
160                  }                  }
161                  IL_METADATA_UNLOCK(thread);                  IL_METADATA_UNLOCK(_ILExecThreadProcess(thread));
162          }          }
163    
164          /* Return the final class structure to the caller */          /* Return the final class structure to the caller */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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