diff options
author | dmfedin <dmfedin@yandex-team.com> | 2022-10-05 01:20:31 +0300 |
---|---|---|
committer | dmfedin <dmfedin@yandex-team.com> | 2022-10-05 01:20:31 +0300 |
commit | 3da5a97799524b18ff4d81d255a2ac84389c0c95 (patch) | |
tree | cfa1b83f86ebb9dddf6a349c9c015a4a0e54d308 | |
parent | ee9ef0e95c1ddf52aad66fee7a0f64b8d49b1300 (diff) | |
download | ydb-3da5a97799524b18ff4d81d255a2ac84389c0c95.tar.gz |
fix boost/context for x86_64
-rw-r--r-- | contrib/restricted/boost/context/src/asm/jump_x86_64_sysv_elf_gas.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/context/src/asm/jump_x86_64_sysv_elf_gas.S b/contrib/restricted/boost/context/src/asm/jump_x86_64_sysv_elf_gas.S index 48b9de51bb..2505219cfa 100644 --- a/contrib/restricted/boost/context/src/asm/jump_x86_64_sysv_elf_gas.S +++ b/contrib/restricted/boost/context/src/asm/jump_x86_64_sysv_elf_gas.S @@ -49,7 +49,7 @@ jump_fcontext: fnstcw 0x4(%rsp) /* save x87 control-word */ #endif -#if defined(TLS_STACK_PROTECTOR) +#if defined(BOOST_CONTEXT_TLS_STACK_PROTECTOR) movq %fs:0x28, %rcx /* read stack guard from TLS record */ movq %rcx, 0x8(%rsp) /* save stack guard */ #endif |