提交 c0c238fb 创建 作者: Nickolai Zeldovich's avatar Nickolai Zeldovich

unnecessary

上级 8a43ea84
......@@ -409,7 +409,6 @@ growproc(int n)
if (e->vma_start <= newstart) {
if (e->vma_end >= newstart + newn) {
myproc()->brk += n;
switchuvm(myproc());
return 0;
}
......@@ -439,7 +438,6 @@ growproc(int n)
span.replace(prev, repl);
myproc()->brk += n;
switchuvm(myproc());
return 0;
}
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论