/[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 4 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 6 by dpavlin, Mon Oct 8 16:18:11 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu.h,v 1.22 2005/04/15 21:56:25 debug Exp $   *  $Id: cpu.h,v 1.23 2005/06/02 00:08:43 debug Exp $
32   *   *
33   *  See cpu.c.   *  See cpu.c.
34   */   */
# Line 42  Line 42 
42  #include "../../config.h"  #include "../../config.h"
43    
44  #include "cpu_alpha.h"  #include "cpu_alpha.h"
45    #include "cpu_arm.h"
46  #include "cpu_hppa.h"  #include "cpu_hppa.h"
47  #include "cpu_mips.h"  #include "cpu_mips.h"
48  #include "cpu_ppc.h"  #include "cpu_ppc.h"
# Line 112  struct cpu { Line 113  struct cpu {
113          /*  CPU-family dependant:  */          /*  CPU-family dependant:  */
114          union {          union {
115                  struct alpha_cpu   alpha;                  struct alpha_cpu   alpha;
116                    struct arm_cpu     arm;
117                  struct hppa_cpu    hppa;                  struct hppa_cpu    hppa;
118                  struct mips_cpu    mips;                  struct mips_cpu    mips;
119                  struct ppc_cpu     ppc;                  struct ppc_cpu     ppc;

Legend:
Removed from v.4  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26