Skip to content

Commit 884adf3

Browse files
committed
Remove obsolete comments.
1 parent 816b0ac commit 884adf3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/rt/arch/i386/morestack.S

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ MORESTACK:
201201
// Save the return value of the function we allocated space for
202202
movl %eax, (%esp)
203203

204-
// Now that we're on the return path we want to avoid
205-
// stomping on %eax. FIXME: Need to save and restore %eax to
206-
// actually preserve it across the call to delete the stack
207204
call UPCALL_DEL_STACK
208205

209206
// And restore it

src/rt/arch/x86_64/morestack.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ MORESTACK:
103103
// Save the return value
104104
pushq %rax
105105

106-
// FIXME: Should preserve %rax here
107106
#ifdef __APPLE__
108107
call UPCALL_DEL_STACK
109108
#endif

0 commit comments

Comments
 (0)