SE: Don't warn when not extending stack as it's too noisy with O3.
authorAli Saidi <Ali.Saidi@ARM.com>
Thu, 1 Dec 2011 08:15:25 +0000 (00:15 -0800)
committerAli 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

index ba106fb6369362878e377b4fe1e2cff2c313a6f7..1714a87dc1c4a432fcf427542e6ff8970ff06b8b 100644 (file)
@@ -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;
 }