Changeset 500


Ignore:
Timestamp:
Aug 27, 2013, 6:23:46 PM (11 years ago)
Author:
alain
Message:

Fixing a bug in the print_trace() function.

File:
1 edited

Legend:

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

    r451 r500  
    756756tmpl(void)::print_trace()
    757757{
    758         const char* initiator_str[] = {
     758        const char* initiator_str[] =
     759    {
    759760                "IDLE",
    760761
     
    763764                "READ_CMD",
    764765                "READ_RSP",
    765                 "READ_TEST",
    766766                "READ_SUCCESS",
    767767                "READ_ERROR",
     
    774774                "WRITE_ERROR",
    775775        };
    776         const char* target_str[] = {
     776        const char* target_str[] =
     777    {
    777778                "IDLE",
    778779                "WRITE_BUFFER",
     
    802803}
    803804
    804 
    805805}} // end namespace
    806806
Note: See TracChangeset for help on using the changeset viewer.