OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_39/] [or1ksim/] [cpu/] [common/] [parse.c] - Diff between revs 848 and 883

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 848 Rev 883
Line 640... Line 640...
  struct COFF_filehdr coffhdr;
  struct COFF_filehdr coffhdr;
  struct elf32_hdr elfhdr;
  struct elf32_hdr elfhdr;
  size_t len;
  size_t len;
 
 
  if (!(inputfs = fopen(filename, "r"))) {
  if (!(inputfs = fopen(filename, "r"))) {
    fprintf(stderr, "xx %s", filename);
    perror(filename);
    perror("identifyfile1");
 
    fflush(stdout);
    fflush(stdout);
    fflush(stderr);
    fflush(stderr);
    exit(1);
    exit(1);
  }
  }
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.