Changeset 514 for trunk/modules/vci_block_device_tsar/caba/source/src
- Timestamp:
- Sep 4, 2013, 11:58:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp
r500 r514 501 501 p_vci_target.cmdack = true; 502 502 p_vci_target.rspval = false; 503 p_vci_target.rdata = 0; 503 504 break; 504 505 case T_READ_STATUS: … … 753 754 } // end constructor 754 755 756 tmpl(/**/)::~VciBlockDeviceTsar() 757 { 758 delete [] r_local_buffer; 759 } 760 761 755 762 ////////////////////////// 756 763 tmpl(void)::print_trace()
Note: See TracChangeset
for help on using the changeset viewer.