/[gxemul]/trunk/src/promemul/yamon.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/promemul/yamon.c

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

revision 29 by dpavlin, Mon Oct 8 16:20:26 2007 UTC revision 30 by dpavlin, Mon Oct 8 16:20:40 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: yamon.c,v 1.5 2006/07/16 13:51:55 debug Exp $   *  $Id: yamon.c,v 1.6 2006/07/26 23:21:48 debug Exp $
29   *   *
30   *  YAMON emulation. (Very basic, only what is needed to get NetBSD booting.)   *  YAMON emulation. (Very basic, only what is needed to get NetBSD booting.)
31   */   */
# Line 117  int yamon_emul(struct cpu *cpu) Line 117  int yamon_emul(struct cpu *cpu)
117                  fatal("[ yamon_emul(): unimplemented yamon function 0x%"                  fatal("[ yamon_emul(): unimplemented yamon function 0x%"
118                      PRIx32" ]\n", ofs);                      PRIx32" ]\n", ofs);
119                  cpu->running = 0;                  cpu->running = 0;
                 cpu->dead = 1;  
120          }          }
121    
122          return 1;          return 1;

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26