Skip to content

Commit ad82807

Browse files
committed
Remove FIXME question
brson said the answer to the question is probably no... so I'm going to be bold and remove this. Closes #2685
1 parent c79b76d commit ad82807

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rt/arch/x86_64/morestack.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ MORESTACK:
5151

5252
subq $184, %rsp
5353

54-
// FIXME: libgcc also saves rax. not sure if we need to (#2685)
55-
5654
// Save argument registers of the original function
5755
movq %rdi, (%rsp)
5856
movq %rsi, 8(%rsp)

0 commit comments

Comments
 (0)