Skip to content

Commit de76995

Browse files
author
Requiem
committed
modified debug for brand scoreboard
1 parent 372efde commit de76995

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/vmaware.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11039,12 +11039,11 @@ struct VM {
1103911039

1104011040

1104111041
// debug stuff to see the brand scoreboard, ignore this
11042-
//#ifdef __VMAWARE_DEBUG__
11042+
#ifdef __VMAWARE_DEBUG__
1104311043
for (const auto& p : brands) {
11044-
//core_debug("scoreboard: ", (int)p.second, " : ", p.first);
11045-
std::cout << "scoreboard: " << (int)p.second << " : " << p.first;
11044+
core_debug("scoreboard: ", (int)p.second, " : ", p.first);
1104611045
}
11047-
//#endif
11046+
#endif
1104811047

1104911048
return ret_str;
1105011049
}

0 commit comments

Comments
 (0)