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.4 by gbeauche, 2002-09-01T15:17:13Z vs.
Revision 1.6 by nigel, 2003-04-01T05:26:07Z

# Line 62 | Line 62 | ENUMDECL {
62          fl_jump                 = 2,
63          fl_return               = 3,
64          fl_trap                 = 4,
65 <        fl_compiled             = 8,
65 >        fl_const_jump   = 8,
66          
67          /* Instructions that can trap don't mark the end of a block */
68          fl_end_block    = 3
# 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