disabling debug output

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1623 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-09-12 16:10:38 +00:00
parent f795bf63c4
commit f913d3f1ac
3 changed files with 4 additions and 5 deletions

View File

@ -77,7 +77,7 @@ aspect MemAccess {
advice execution (write_methods_new_stack()) : after ()
{
std::cerr << "WOOOOOT write_methods_new_stack" << std::endl;
//std::cerr << "WOOOOOT write_methods_new_stack" << std::endl;
// TODO: Log-level?
fail::simulator.onMemoryAccess(
*(tjp->arg<1>()), sizeof(*(tjp->arg<3>())), true,
@ -86,7 +86,7 @@ aspect MemAccess {
advice execution (write_methods_new_stack_64()) : after ()
{
std::cerr << "WOOOOOT write_methods_new_stack_64" << std::endl;
//std::cerr << "WOOOOOT write_methods_new_stack_64" << std::endl;
// TODO: Log-level?
fail::simulator.onMemoryAccess(
*(tjp->arg<0>()), sizeof(*(tjp->arg<2>())), true,