/[dotgnu-pnet]/pnet/image/pecoff_loader.c
ViewVC logotype

Diff of /pnet/image/pecoff_loader.c

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

revision 1.22 by rweather, Sat Oct 23 03:24:24 2004 UTC revision 1.23 by rweather, Thu Jun 9 07:59:59 2005 UTC
# Line 857  static int ImageLoad(ILInputContext *ctx Line 857  static int ImageLoad(ILInputContext *ctx
857                          return IL_LOADERR_TRUNCATED;                          return IL_LOADERR_TRUNCATED;
858                  }                  }
859          }          }
860          if(IL_READ_UINT16(runtimeHdr + 4) != 2 ||          if(IL_READ_UINT16(runtimeHdr + 4) != 2) /* ||
861             IL_READ_UINT16(runtimeHdr + 6) != 0)             IL_READ_UINT16(runtimeHdr + 6) != 0)*/
862          {          {
863                  _ILFreeSectionMap(map);                  _ILFreeSectionMap(map);
864                  return IL_LOADERR_VERSION;                  return IL_LOADERR_VERSION;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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