summaryrefslogtreecommitdiffstats
path: root/util/system/context.cpp
diff options
context:
space:
mode:
authornocomer <[email protected]>2022-02-10 16:51:48 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:48 +0300
commitdf2933eb0ef860ea5a47e630dfa493fd7171ff38 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/context.cpp
parent98445ce16e046ec9528200234bd53fcf7f9aa61b (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/context.cpp')
-rw-r--r--util/system/context.cpp2
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 {