]> git.lizzy.rs Git - rust.git/commitdiff
rt: Remove a FIXME frome x86_64/morestack.S
authorBrian Anderson <banderson@mozilla.com>
Tue, 29 Nov 2011 04:14:12 +0000 (20:14 -0800)
committerBrian Anderson <banderson@mozilla.com>
Tue, 29 Nov 2011 04:14:12 +0000 (20:14 -0800)
src/rt/arch/x86_64/morestack.S

index 6cac7289fd82a74cec196829d63b86325fd55fb4..2969ae9587dccb43f43e4aa562b236d7ef58131d 100644 (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