/[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.4 by misto, Sat Dec 28 12:45:29 2002 UTC revision 1.5 by misto, Sat Dec 28 16:28:11 2002 UTC
# Line 251  void instr_word::recognize_instr( void ) Line 251  void instr_word::recognize_instr( void )
251                                  "(branch_format)");                                  "(branch_format)");
252                  }                  }
253  }  }
254  instr_word::instr_word( unsigned long r )  instr_word::instr_word( bit_word r )
255          : raw(r)          : raw(r)
256  {  {
257          if ( raw.b(30, 31) == 2 || raw.b(30,31) == 3){          if ( raw.b(30, 31) == 2 || raw.b(30,31) == 3){

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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