diff options
author | nocomer <[email protected]> | 2022-02-10 16:51:48 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:48 +0300 |
commit | 98445ce16e046ec9528200234bd53fcf7f9aa61b (patch) | |
tree | 4f780439b0f3f7ed13e6914fccf3434f047e761e /util/system/context.cpp | |
parent | 1dbd640faa41bcc5e0706aa58be73600774045eb (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/context.cpp')
-rw-r--r-- | util/system/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/context.cpp b/util/system/context.cpp index ad993090884..4b72b0eb064 100644 --- a/util/system/context.cpp +++ b/util/system/context.cpp @@ -197,7 +197,7 @@ TContMachineContext::TContMachineContext(const TContClosure& c) void TContMachineContext::SwitchTo(TContMachineContext* next) noexcept { if (Y_LIKELY(__mysetjmp(Buf_) == 0)) { #if defined(_asan_enabled_) || defined(_tsan_enabled_) - next->San_.BeforeSwitch(&San_); + next->San_.BeforeSwitch(&San_); #endif __mylongjmp(next->Buf_, 1); } else { |