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

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

revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_avr.c,v 1.5 2005/10/22 17:24:20 debug Exp $   *  $Id: cpu_avr.c,v 1.7 2005/11/13 00:14:07 debug Exp $
29   *   *
30   *  Atmel AVR (8-bit) CPU emulation.   *  Atmel AVR (8-bit) CPU emulation.
31   */   */
# Line 43  Line 43 
43    
44    
45  #define DYNTRANS_32  #define DYNTRANS_32
46    #define DYNTRANS_VARIABLE_INSTRUCTION_LENGTH
47  #include "tmp_avr_head.c"  #include "tmp_avr_head.c"
48    
49    
# Line 178  void avr_cpu_register_match(struct machi Line 179  void avr_cpu_register_match(struct machi
179  }  }
180    
181    
 /*  
  *  avr_cpu_show_full_statistics():  
  *  
  *  Show detailed statistics on opcode usage on each cpu.  
  */  
 void avr_cpu_show_full_statistics(struct machine *m)  
 {  
         fatal("avr_cpu_show_full_statistics(): TODO\n");  
 }  
   
   
 /*  
  *  avr_cpu_tlbdump():  
  *  
  *  Called from the debugger to dump the TLB in a readable format.  
  *  x is the cpu number to dump, or -1 to dump all CPUs.  
  *  
  *  If rawflag is nonzero, then the TLB contents isn't formated nicely,  
  *  just dumped.  
  */  
 void avr_cpu_tlbdump(struct machine *m, int x, int rawflag)  
 {  
         fatal("avr_cpu_tlbdump(): TODO\n");  
 }  
   
   
182  /*  /*
183   *  avr_cpu_interrupt():   *  avr_cpu_interrupt():
184   */   */

Legend:
Removed from v.18  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26