remove extern "C" modifier from vmPrintTrace definition

This commit is contained in:
Joel Dice 2008-01-16 10:48:14 -07:00
parent 4571e75f7a
commit f5f7b01689

View File

@ -2957,7 +2957,7 @@ noop()
} // namespace vm
// for debugging
extern "C" void
void
vmPrintTrace(Thread* t)
{
class Visitor: public Processor::StackVisitor {