diff options
author | elantsev <elantsev@yandex-team.ru> | 2022-02-10 16:49:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:47 +0300 |
commit | 095c2e55a230f89487c2f2caace05e108742d72c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/context.cpp | |
parent | afa1b6e6f8b6ee9f8df080d41bcb19b95c25c261 (diff) | |
download | ydb-095c2e55a230f89487c2f2caace05e108742d72c.tar.gz |
Restoring authorship annotation for <elantsev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/context.cpp')
-rw-r--r-- | util/system/context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/context.cpp b/util/system/context.cpp index f03be0cccc..ad99309088 100644 --- a/util/system/context.cpp +++ b/util/system/context.cpp @@ -1,4 +1,4 @@ -#include "compiler.h" +#include "compiler.h" #include "defaults.h" #include "event.h" #include "thread.h" @@ -195,7 +195,7 @@ TContMachineContext::TContMachineContext(const TContClosure& c) } void TContMachineContext::SwitchTo(TContMachineContext* next) noexcept { - if (Y_LIKELY(__mysetjmp(Buf_) == 0)) { + if (Y_LIKELY(__mysetjmp(Buf_) == 0)) { #if defined(_asan_enabled_) || defined(_tsan_enabled_) next->San_.BeforeSwitch(&San_); #endif |