ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/readcpu.h
(Generate patch)

Comparing BasiliskII/src/uae_cpu/readcpu.h (file contents):
Revision 1.5 by gbeauche, 2002-10-02T15:55:09Z vs.
Revision 1.6 by nigel, 2003-04-01T05:26:07Z

# Line 103 | Line 103 | extern struct instr {
103      unsigned int mnemo:8;
104      unsigned int cc:4;
105      unsigned int plev:2;
106 #ifdef sgi
106      wordsizes size:2;
107      amodes smode:5;
108      unsigned int stype:3;
109      amodes dmode:5;
111 #else
112    unsigned int size:2;
113    unsigned int smode:5;
114    unsigned int stype:3;
115    unsigned int dmode:5;
116 #endif
110      unsigned int suse:1;
111      unsigned int duse:1;
112      unsigned int unused1:1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines