SE: Don't warn when not extending stack as it's too noisy with O3.

--HG--
extra : rebase_source : e56d1551d42d46b5f357cd63f9891715b664f6fc
This commit is contained in:
Ali Saidi 2011-12-01 00:15:25 -08:00
parent d1dd7a24db
commit 5d50ee420d

View 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;
}