Changeset 145 for trunk/Platforms/Test/src
- Timestamp:
- Oct 13, 2010, 8:15:51 PM (14 years ago)
- Location:
- trunk/Platforms/Test/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/src/sc_main.cpp
r142 r145 55 55 #endif 56 56 57 msgInformation(" ");57 msgInformation("Command line : "); 58 58 for (int32_t i=0; i<argc; ++i) 59 59 msg("%s ",argv[i]); -
trunk/Platforms/Test/src/test.cpp
r138 r145 141 141 if (cache_size<(cache_size_line*cache_size_word)) 142 142 { 143 msgError(" cache is too small\n");143 msgError("Cache is too small\n"); 144 144 exit(EXIT_FAILURE); 145 145 }
Note: See TracChangeset
for help on using the changeset viewer.