/[gxemul]/trunk/src/include/cpu.h
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/include/cpu.h

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 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu.h,v 1.114 2007/04/10 17:26:20 debug Exp $   *  $Id: cpu.h,v 1.116 2007/04/19 15:18:16 debug Exp $
32   *   *
33   *  CPU-related definitions.   *  CPU-related definitions.
34   */   */
# Line 194  Line 194 
194  #include "cpu_alpha.h"  #include "cpu_alpha.h"
195  #include "cpu_arm.h"  #include "cpu_arm.h"
196  #include "cpu_avr.h"  #include "cpu_avr.h"
197  #include "cpu_m68k.h"  #include "cpu_m88k.h"
198  #include "cpu_mips.h"  #include "cpu_mips.h"
199  #include "cpu_ppc.h"  #include "cpu_ppc.h"
200  #include "cpu_sh.h"  #include "cpu_sh.h"
# Line 402  struct cpu { Line 402  struct cpu {
402                  struct alpha_cpu      alpha;                  struct alpha_cpu      alpha;
403                  struct arm_cpu        arm;                  struct arm_cpu        arm;
404                  struct avr_cpu        avr;                  struct avr_cpu        avr;
405                  struct m68k_cpu       m68k;                  struct m88k_cpu       m88k;
406                  struct mips_cpu       mips;                  struct mips_cpu       mips;
407                  struct ppc_cpu        ppc;                  struct ppc_cpu        ppc;
408                  struct sh_cpu         sh;                  struct sh_cpu         sh;

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

  ViewVC Help
Powered by ViewVC 1.1.26