提交 884adf38 编写于 作者: G Graydon Hoare

Remove obsolete comments.

上级 816b0ac8
......@@ -201,9 +201,6 @@ MORESTACK:
// Save the return value of the function we allocated space for
movl %eax, (%esp)
// Now that we're on the return path we want to avoid
// stomping on %eax. FIXME: Need to save and restore %eax to
// actually preserve it across the call to delete the stack
call UPCALL_DEL_STACK
// And restore it
......
......@@ -103,7 +103,6 @@ MORESTACK:
// Save the return value
pushq %rax
// FIXME: Should preserve %rax here
#ifdef __APPLE__
call UPCALL_DEL_STACK
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册