Remove obsolete comments.

This commit is contained in:
Graydon Hoare 2011-12-29 10:21:05 -08:00
parent 816b0ac8ae
commit 884adf38a1
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -103,7 +103,6 @@ MORESTACK:
// Save the return value
pushq %rax
// FIXME: Should preserve %rax here
#ifdef __APPLE__
call UPCALL_DEL_STACK
#endif