changeset e56d1551d42d in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=e56d1551d42d
description:
SE: Don't warn when not extending stack as it's too noisy with O3.
diffstat:
src/sim/process.cc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 4697ba9eb1ca -r e56d1551d42d src/sim/process.cc
--- a/src/sim/process.cc Thu Dec 01 00:15:23 2011 -0800
+++ b/src/sim/process.cc Thu Dec 01 00:15:25 2011 -0800
@@ -360,8 +360,6 @@
};
return true;
}
- warn("Not extending stack: address %#x isn't at the end of the stack.",
- vaddr);
return false;
}
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev