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:
parent
3ae12a549e
commit
8d56145d7b
1 changed files with 1 additions and 1 deletions
|
@ -51,8 +51,8 @@ DebugPrintkEvent::process(ThreadContext *tc)
|
|||
|
||||
TheISA::Arguments args(tc);
|
||||
Printk(args);
|
||||
SkipFuncEvent::process(tc);
|
||||
}
|
||||
SkipFuncEvent::process(tc);
|
||||
}
|
||||
|
||||
} // namespace linux
|
||||
|
|
Loading…
Reference in a new issue