rt: Remove a FIXME frome x86_64/morestack.S

This commit is contained in:
Brian Anderson 2011-11-28 20:14:12 -08:00
parent ef20afc36c
commit 5461c61af2
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ MORESTACK:
pushq %rcx // Address of stack arguments
pushq %r10 // The amount of stack needed
// FIXME: Don't understand why I have to use the PLT here
lea RUST_NEW_STACK2@PLT(%rip), %rsi
mov %rsp, %rdi
call UPCALL_CALL_C@PLT