/[smarc]/smarc/src/vmachine/instr_word.cc
ViewVC logotype

Diff of /smarc/src/vmachine/instr_word.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by batonik, Thu Jan 2 20:25:45 2003 UTC revision 1.10 by misto, Fri Jan 3 16:09:28 2003 UTC
# Line 283  instr_word::instr_word( bit_word r ) Line 283  instr_word::instr_word( bit_word r )
283                  instr = call;                  instr = call;
284                  group = control;                  group = control;
285                  dsp30 = raw.b(0, 29);                  dsp30 = raw.b(0, 29);
286            } else if ( raw.b() == 0 ){
287                    instr = halt;
288                    group = other;
289                    return;
290          }          }
291    
292          recognize_instr();          recognize_instr();

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26