/[gxemul]/trunk/src/file/file_aout.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/file/file_aout.c

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

revision 39 by dpavlin, Mon Oct 8 16:21:53 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: file_aout.c,v 1.1 2007/04/10 16:33:44 debug Exp $   *  $Id: file_aout.c,v 1.2 2007/04/19 15:18:16 debug Exp $
29   *   *
30   *  a.out file support.   *  a.out file support.
31   */   */
# Line 153  static void file_load_aout(struct machin Line 153  static void file_load_aout(struct machin
153                          if (flags & AOUT_FLAG_DECOSF1)                          if (flags & AOUT_FLAG_DECOSF1)
154                                  break;                                  break;
155                          else {                          else {
156                                  fprintf(stderr, "could not read from %s\n",                                  fprintf(stderr, "could not read from %s,"
157                                      filename);                                      " wanted to read %i bytes\n", filename,
158                                        (int) total_len);
159                                  exit(1);                                  exit(1);
160                          }                          }
161                  }                  }

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26