4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-02 13:05:42 +08:00

Fix comments

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-06-20 20:56:55 +02:00
parent a88afecce6
commit 44745e3165

View File

@ -1610,7 +1610,7 @@ _cygtls::call_signal_handler ()
movq %[CTX], %%r8 # thiscontext to 3rd arg reg \n\ movq %[CTX], %%r8 # thiscontext to 3rd arg reg \n\
movq %[FUNC], %%rax # thisfunc to rax \n\ movq %[FUNC], %%rax # thisfunc to rax \n\
movq %%rbp, %%r12 # Save rbp in r12 \n\ movq %%rbp, %%r12 # Save rbp in r12 \n\
movq %%rsp, %%r13 # Store rsp in r13 \n\ movq %%rsp, %%r13 # Save rsp in r13 \n\
movq %%r10, %%rsp # Move alt stack into rsp \n\ movq %%r10, %%rsp # Move alt stack into rsp \n\
xorq %%rbp, %%rbp # Set rbp to 0 \n\ xorq %%rbp, %%rbp # Set rbp to 0 \n\
subq $32, %%rsp # Setup shadow space \n\ subq $32, %%rsp # Setup shadow space \n\
@ -1653,7 +1653,7 @@ _cygtls::call_signal_handler ()
[FUNC] "o" (thisfunc) [FUNC] "o" (thisfunc)
: "memory"); : "memory");
#endif #endif
/* Revert altstack info to normal. */ /* Revert alternate stack to unused. */
_my_tls.altstack.ss_flags = 0; _my_tls.altstack.ss_flags = 0;
} }
else else