# | 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, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |