/[gxemul]/trunk/src/file/file_elf.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_elf.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_elf.c,v 1.1 2007/04/10 16:33:44 debug Exp $   *  $Id: file_elf.c,v 1.2 2007/04/18 14:08:35 debug Exp $
29   *   *
30   *  ELF file support.   *  ELF file support.
31   */   */
# Line 245  static void file_load_elf(struct machine Line 245  static void file_load_elf(struct machine
245                          ok = 1;                          ok = 1;
246                  }                  }
247                  break;  */                  break;  */
248          case ARCH_M68K:          /*  case ARCH_M68K:
249                  switch (emachine) {                  switch (emachine) {
250                  case EM_68K:                  case EM_68K:
251                          ok = 1;                          ok = 1;
252                  }                  }
253                  break;                  break;  */
254          case ARCH_MIPS:          case ARCH_MIPS:
255                  switch (emachine) {                  switch (emachine) {
256                  case EM_MIPS:                  case EM_MIPS:

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

  ViewVC Help
Powered by ViewVC 1.1.26