From f5f7b0168908979a12f2cd9cc6ef2f0e387a4ec5 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 16 Jan 2008 10:48:14 -0700 Subject: [PATCH] remove extern "C" modifier from vmPrintTrace definition --- src/machine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine.cpp b/src/machine.cpp index 34b73b002d..3fbe1cd432 100644 --- a/src/machine.cpp +++ b/src/machine.cpp @@ -2957,7 +2957,7 @@ noop() } // namespace vm // for debugging -extern "C" void +void vmPrintTrace(Thread* t) { class Visitor: public Processor::StackVisitor {