always skip the debugprintf function (DebugPrintf traceflag shouldn't matter). Otherwise, when you turn on debugprintf alters the execution

--HG--
extra : convert_revision : 1c9a665e3b7234cacf06c31d2e7886244a9e82bc
This commit is contained in:
Ali Saidi 2007-04-30 22:49:21 -04:00
parent 3ae12a549e
commit 8d56145d7b

View file

@ -51,8 +51,8 @@ DebugPrintkEvent::process(ThreadContext *tc)
TheISA::Arguments args(tc);
Printk(args);
SkipFuncEvent::process(tc);
}
SkipFuncEvent::process(tc);
}
} // namespace linux