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

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

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

revision 1.3 by misto, Tue Dec 3 15:36:16 2002 UTC revision 1.4 by misto, Sat Dec 28 12:45:29 2002 UTC
# Line 41  class internal_reg : public circuit { Line 41  class internal_reg : public circuit {
41    
42                  // used in the begin of phase                  // used in the begin of phase
43                  void pass_through( void ) {                  void pass_through( void ) {
44                          for( int i = 0 ; i < num_out() ; i++ )                          set_out_all( buffer );
                                 set_out( i, buffer );  
45                  }                  }
46                    
47  };  };

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

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