/[cebix]/SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp
ViewVC logotype

Diff of /SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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                  }                  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15