SCI: debugC calls no longer require a debug level of 2 to show output

svn-id: r55086
This commit is contained in:
Filippos Karapetis 2011-01-01 12:48:12 +00:00
parent d44a105e7f
commit 32d7e687ee
18 changed files with 118 additions and 118 deletions

View file

@ -213,7 +213,7 @@ Common::Array<reg_t> CloneTable::listAllOutgoingReferences(reg_t addr) const {
// Note that this also includes the 'base' object, which is part of the script and therefore also emits the locals.
tmp.push_back(clone->getPos());
//debugC(2, kDebugLevelGC, "[GC] Reporting clone-pos %04x:%04x", PRINT_REG(clone->pos));
//debugC(kDebugLevelGC, "[GC] Reporting clone-pos %04x:%04x", PRINT_REG(clone->pos));
return tmp;
}