Cleanup debug counters

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-04-13 15:12:33 +02:00
parent 54f1c383d3
commit 7f367e6019
6 changed files with 125 additions and 164 deletions

View File

@@ -64,7 +64,7 @@ int main(int argc, char* argv[]) {
if (argc < 2)
{
// Print copyright notice
cout << engine_name() << " by " << engine_author() << endl;
cout << engine_name() << " by " << engine_authors() << endl;
if (CpuHasPOPCNT)
cout << "Good! CPU has hardware POPCNT." << endl;