diff options
Diffstat (limited to 'src/sim/process.cc')
-rw-r--r-- | src/sim/process.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sim/process.cc b/src/sim/process.cc index 468f42955..c400b72ee 100644 --- a/src/sim/process.cc +++ b/src/sim/process.cc @@ -350,8 +350,6 @@ Process::fixupStackFault(Addr vaddr) }; return true; } - warn("Not extending stack: address %#x isn't at the end of the stack.", - vaddr); return false; } |