Ignore:
Timestamp:
Nov 7, 2012, 4:16:55 PM (11 years ago)
Author:
haoliu
Message:

fix bug for test_sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tests_ccvcache_v4/common/misc.h

    r232 r270  
    3030        nop
    3131
     32#define PRINT_SYNC(str) \
     33        la      a0, str;\
     34        jal     print_sync; \
     35        nop
     36
     37
     38
    3239#define PRINTX \
    3340        jal     printx;\
Note: See TracChangeset for help on using the changeset viewer.