remove extern "C" from the functions we all from gdb. This isn't requried and trips...
[gem5.git] / src / sim / stat_control.cc
index f7fc03d7409b6b9f4d142dd066ce5e6b235c9a72..041830ab7e726888c12f0e5fcbce52ffae5f4120 100644 (file)
@@ -221,8 +221,7 @@ SetupEvent(int flags, Tick when, Tick repeat)
 
 /* namespace Stats */ }
 
-extern "C" void
-debugDumpStats()
+void debugDumpStats()
 {
     Stats::DumpNow();
 }