ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp
(Generate patch)

Comparing SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp (file contents):
Revision 1.26 by gbeauche, 2004-01-24T11:28:06Z vs.
Revision 1.27 by gbeauche, 2004-02-15T17:17:36Z

# Line 181 | Line 181 | sheepshaver_cpu::sheepshaver_cpu()
181  
182   void sheepshaver_cpu::init_decoder()
183   {
184 #ifndef PPC_NO_STATIC_II_INDEX_TABLE
185        static bool initialized = false;
186        if (initialized)
187                return;
188        initialized = true;
189 #endif
190
184          static const instr_info_t sheep_ii_table[] = {
185                  { "sheep",
186                    (execute_pmf)&sheepshaver_cpu::execute_sheep,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines