Ignore:
Timestamp:
Jul 15, 2009, 10:41:01 AM (15 years ago)
Author:
rosiere
Message:

1) valgrind fix
2) debug file on/off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit/src/Functionnal_unit_transition.cpp

    r128 r134  
    4848                  }
    4949              }
     50
     51        _execute_operation_out->_context_id    = 0; // not necessary
     52        _execute_operation_out->_front_end_id  = 0; // not necessary
     53        _execute_operation_out->_ooo_engine_id = 0; // not necessary
     54        _execute_operation_out->_packet_id     = 0; // not necessary
     55  //    _execute_operation_out->_operation     = 0; // not necessary
     56  //    _execute_operation_out->_type          = 0; // not necessary
     57        _execute_operation_out->_write_rd      = 0; // not necessary
     58        _execute_operation_out->_num_reg_rd    = 0; // not necessary
     59        _execute_operation_out->_data_rd       = 0; // not necessary
     60        _execute_operation_out->_write_re      = 0; // not necessary
     61        _execute_operation_out->_num_reg_re    = 0; // not necessary
     62        _execute_operation_out->_data_re       = 0; // not necessary
     63        _execute_operation_out->_exception     = 0; // not necessary
     64        _execute_operation_out->_no_sequence   = 0; // not necessary
     65        _execute_operation_out->_address       = 0; // not necessary
    5066      }
    5167    else
Note: See TracChangeset for help on using the changeset viewer.