Parent Directory
|
Revision Log
|
Patch
| revision 1.12 by gbeauche, Sat Nov 1 15:15:27 2003 UTC | revision 1.13 by gbeauche, Sun Nov 2 14:48:17 2003 UTC | |
|---|---|---|
| # | Line 141 void sheepshaver_cpu::init_decoder() | Line 141 void sheepshaver_cpu::init_decoder() |
| 141 | ||
| 142 | static const instr_info_t sheep_ii_table[] = { | static const instr_info_t sheep_ii_table[] = { |
| 143 | { "sheep", | { "sheep", |
| 144 | (execute_fn)&sheepshaver_cpu::execute_sheep, | (execute_pmf)&sheepshaver_cpu::execute_sheep, |
| 145 | NULL, | NULL, |
| 146 | D_form, 6, 0, CFLOW_JUMP | CFLOW_TRAP | D_form, 6, 0, CFLOW_JUMP | CFLOW_TRAP |
| 147 | } | } |
|
||||||||
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |