projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1dd7a2
)
SE: Don't warn when not extending stack as it's too noisy with O3.
author
Ali Saidi
<Ali.Saidi@ARM.com>
Thu, 1 Dec 2011 08:15:25 +0000
(
00:15
-0800)
committer
Ali Saidi
<Ali.Saidi@ARM.com>
Thu, 1 Dec 2011 08:15:25 +0000
(
00:15
-0800)
--HG--
extra : rebase_source :
e56d1551d42d46b5f357cd63f9891715b664f6fc
src/sim/process.cc
patch
|
blob
|
history
diff --git
a/src/sim/process.cc
b/src/sim/process.cc
index ba106fb6369362878e377b4fe1e2cff2c313a6f7..1714a87dc1c4a432fcf427542e6ff8970ff06b8b 100644
(file)
--- a/
src/sim/process.cc
+++ b/
src/sim/process.cc
@@
-360,8
+360,6
@@
Process::fixupStackFault(Addr vaddr)
};
return true;
}
- warn("Not extending stack: address %#x isn't at the end of the stack.",
- vaddr);
return false;
}