Skip to content

Commit 5461c61

Browse files
committed
rt: Remove a FIXME frome x86_64/morestack.S
1 parent ef20afc commit 5461c61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rt/arch/x86_64/morestack.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ MORESTACK:
7777
pushq %rcx // Address of stack arguments
7878
pushq %r10 // The amount of stack needed
7979

80-
// FIXME: Don't understand why I have to use the PLT here
8180
lea RUST_NEW_STACK2@PLT(%rip), %rsi
8281
mov %rsp, %rdi
8382
call UPCALL_CALL_C@PLT

0 commit comments

Comments
 (0)