From: Ali Saidi Date: Tue, 1 May 2007 02:49:21 +0000 (-0400) Subject: always skip the debugprintf function (DebugPrintf traceflag shouldn't matter). Otherw... X-Git-Tag: m5_2.0_beta3~13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d56145d7b6f759456993b63692165d4b510adda;p=gem5.git always skip the debugprintf function (DebugPrintf traceflag shouldn't matter). Otherwise, when you turn on debugprintf alters the execution --HG-- extra : convert_revision : 1c9a665e3b7234cacf06c31d2e7886244a9e82bc --- diff --git a/src/kern/linux/events.cc b/src/kern/linux/events.cc index ba52e040a..4a3fd9f47 100644 --- a/src/kern/linux/events.cc +++ b/src/kern/linux/events.cc @@ -51,8 +51,8 @@ DebugPrintkEvent::process(ThreadContext *tc) TheISA::Arguments args(tc); Printk(args); - SkipFuncEvent::process(tc); } + SkipFuncEvent::process(tc); } } // namespace linux