Merge with the main repository again.

This commit is contained in:
Gabe Black
2012-01-07 02:15:35 -08:00
125 changed files with 6491 additions and 6022 deletions

View File

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