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 | df2933eb0ef860ea5a47e630dfa493fd7171ff38 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/context.cpp | |
parent | 98445ce16e046ec9528200234bd53fcf7f9aa61b (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 4b72b0eb064..ad993090884 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 { |