Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 32:0c775e733b81 pygar svn.33
[svn r33] audio core benchmark script added and the benchmark setup is half-way to working
author | punk |
---|---|
date | Mon, 03 May 2010 09:53:56 -0400 |
parents | f41eef1bebfc |
children | 1a21b4cd85ee |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Sat May 01 11:50:20 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Mon May 03 09:53:56 2010 -0400 1.3 @@ -130,7 +130,7 @@ 1.4 1.5 printf("generate wav done\n"); 1.6 1.7 - printf("If you missed it, core ", coreFin ? "PASSED\n" : "FAILED\n"); 1.8 + printf("If you missed it, core %s", coreFin ? "PASSED\n" : "FAILED\n"); 1.9 // Dump the stats file 1.10 1.11 STATS_DEVICE_SERVER_CLASS::GetInstance()->DumpStats();