/[gxemul]/upstream/0.4.4/src/useremul.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 /upstream/0.4.4/src/useremul.c

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

revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC revision 34 by dpavlin, Mon Oct 8 16:21:17 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *  Copyright (C) 2004-2006  Anders Gavare.  All rights reserved.   *  Copyright (C) 2004-2007  Anders Gavare.  All rights reserved.
3   *   *
4   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
5   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: useremul.c,v 1.72 2006/09/30 05:57:07 debug Exp $   *  $Id: useremul.c,v 1.74 2007/02/10 14:04:51 debug Exp $
29   *   *
30   *  Userland (syscall) emulation.   *  Userland (syscall) emulation.
31   *   *
# Line 256  void useremul__netbsd_setup(struct cpu * Line 256  void useremul__netbsd_setup(struct cpu *
256                  debug("useremul__netbsd_setup(): SH: TODO\n");                  debug("useremul__netbsd_setup(): SH: TODO\n");
257                  break;                  break;
258    
         case ARCH_X86:  
                 debug("useremul__netbsd_setup(): X86: TODO\n");  
   
                 break;  
   
259          default:          default:
260                  fatal("useremul__netbsd_setup(): unimplemented arch\n");                  fatal("useremul__netbsd_setup(): unimplemented arch\n");
261                  exit(1);                  exit(1);
# Line 1774  void useremul_init(void) Line 1769  void useremul_init(void)
1769          add_useremul("NetBSD/arm", ARCH_ARM, "SA1110",          add_useremul("NetBSD/arm", ARCH_ARM, "SA1110",
1770              useremul__netbsd, useremul__netbsd_setup);              useremul__netbsd, useremul__netbsd_setup);
1771    
         add_useremul("NetBSD/amd64", ARCH_X86, "AMD64",  
             useremul__netbsd, useremul__netbsd_setup);  
   
1772          add_useremul("NetBSD/alpha", ARCH_ALPHA, "Alpha",          add_useremul("NetBSD/alpha", ARCH_ALPHA, "Alpha",
1773              useremul__netbsd, useremul__netbsd_setup);              useremul__netbsd, useremul__netbsd_setup);
1774    

Legend:
Removed from v.32  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26