- Timestamp:
- Dec 1, 2014, 3:26:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp
r848 r895 720 720 721 721 #if DEBUG_BDEV 722 std::cout << " <BDEV_INI send IRQ>" << std::endl; 722 if (p_irq != true) 723 std::cout << " <BDEV_INI send IRQ>" << std::endl; 723 724 #endif 724 725 p_irq = true; … … 849 850 tmpl(/**/)::~VciBlockDeviceTsar() 850 851 { 852 ::close(m_fd); 851 853 delete [] r_local_buffer; 852 854 }
Note: See TracChangeset
for help on using the changeset viewer.