We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d95765 + 7f5f436 commit afd2ce3Copy full SHA for afd2ce3
src/asm/make_x86_64_sysv_elf_gas.S
@@ -77,7 +77,7 @@ make_fcontext:
77
#if defined(BOOST_CONTEXT_TLS_STACK_PROTECTOR)
78
/* save stack guard */
79
movq %fs:0x28, %rcx /* read stack guard from TLS record */
80
- movq %rcx, 0x8(%rsp) /* save stack guard */
+ movq %rcx, 0x8(%rax) /* save stack guard */
81
#endif
82
83
/* compute abs address of label trampoline */
0 commit comments