Ignore:
Timestamp:
Sep 28, 2010, 1:19:10 PM (14 years ago)
Author:
rosiere
Message:

1) compatible gcc 4.4.3
2) Translation file in MORPHEO_PREFIX directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/src/Commit_unit_transition.cpp

    r142 r144  
    721721                // Take num instruction
    722722                uint32_t x = internal_BANK_RETIRE_NUM_RENAME_UNIT [num_bank];
     723#ifdef DEBUG
    723724                uint32_t y = internal_BANK_RETIRE_NUM_INST        [num_bank];
    724                
     725#endif               
    725726                log_printf(TRACE,Commit_unit,FUNCTION,"  * RETIRE            [%d][%d]",x,y);
    726727                log_printf(TRACE,Commit_unit,FUNCTION,"    * num_bank     : %d",num_bank     );
Note: See TracChangeset for help on using the changeset viewer.