Changeset 250 for trunk


Ignore:
Timestamp:
Aug 13, 2012, 10:42:54 AM (12 years ago)
Author:
alain
Message:

Removing parasitic constructor message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_block_device_tsar_v4/caba/source/src/vci_block_device_tsar_v4.cpp

    r228 r250  
    551551
    552552        m_local_buffer = new uint32_t[m_flits_per_block];
    553 
     553/*
    554554        std::cout << std::endl << "Instanciation of VciBlockDeviceTsarV4 : " << name << std::endl;
    555555        std::cout << "    file_name  = " << filename << std::endl;
     
    560560                << " | base = 0x" << std::hex << m_segment.baseAddress()
    561561                << " | size = "   << std::dec << m_segment.size() << std::endl;
    562 
     562*/
    563563} // end constructor
    564564
Note: See TracChangeset for help on using the changeset viewer.