/[smarc]/smarc/src/vmachine/constant.h
ViewVC logotype

Diff of /smarc/src/vmachine/constant.h

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

revision 1.2 by misto, Tue Dec 3 15:36:16 2002 UTC revision 1.3 by misto, Sat Dec 28 12:45:29 2002 UTC
# Line 47  class constant : public circuit { Line 47  class constant : public circuit {
47                          else if (iw.format == instr_word::sethi_format )                          else if (iw.format == instr_word::sethi_format )
48                                  res = iw.imm22;                                  res = iw.imm22;
49                                                    
50                          for( int i = 0 ; i < num_out() ; i++ )                          set_out_all( res );
                                 set_out( i, res );  
51                  }                  }
52                    
53  };  };

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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