/[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.3 by misto, Sat Dec 28 12:45:29 2002 UTC revision 1.4 by misto, Sat Dec 28 16:28:11 2002 UTC
# Line 35  class constant : public circuit { Line 35  class constant : public circuit {
35                  constant( int nout )                  constant( int nout )
36                          : circuit(1, nout) {};                          : circuit(1, nout) {};
37                  void process() {                  void process() {
38                          unsigned long res;                          bit_word res;
39                                                    
40                          iw = get_in(0);                          iw = get_in(0);
41                          if ( iw.format == instr_word::primary_imm )                          if ( iw.format == instr_word::primary_imm )

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