summaryrefslogtreecommitdiff
path: root/src/sim
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2012-01-07 02:15:35 -0800
committerGabe Black <gblack@eecs.umich.edu>2012-01-07 02:15:35 -0800
commitec936364b7238cddea7734ea79c6e04b52a683c6 (patch)
tree788fc19c3ba599d6f39d3990769888a0650be5ff /src/sim
parent36a822f08e88483b41af214ace4fd3dccf3aa8cb (diff)
parent9b52717a92ed9592bd98a41683509f538262a5c7 (diff)
downloadgem5-ec936364b7238cddea7734ea79c6e04b52a683c6.tar.xz
Merge with the main repository again.
Diffstat (limited to 'src/sim')
-rw-r--r--src/sim/process.cc2
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;
}