always skip the debugprintf function (DebugPrintf traceflag shouldn't matter). Otherw...
authorAli Saidi <saidi@eecs.umich.edu>
Tue, 1 May 2007 02:49:21 +0000 (22:49 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Tue, 1 May 2007 02:49:21 +0000 (22:49 -0400)
--HG--
extra : convert_revision : 1c9a665e3b7234cacf06c31d2e7886244a9e82bc

src/kern/linux/events.cc

index ba52e040ae9ce52b6eaa1d38eb5172da73ae29f6..4a3fd9f47561d31ca9d58acf89913f3552617838 100644 (file)
@@ -51,8 +51,8 @@ DebugPrintkEvent::process(ThreadContext *tc)
 
         TheISA::Arguments args(tc);
         Printk(args);
-        SkipFuncEvent::process(tc);
     }
+    SkipFuncEvent::process(tc);
 }
 
 } // namespace linux