diff options
author | dmikhalev <[email protected]> | 2022-02-10 16:49:29 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:29 +0300 |
commit | 3b5ee31ed70f690af39dfdec632060610b71b89e (patch) | |
tree | f137aebad00b8064ec63fcd03ebc9fef5121eb9f /util/system/context.cpp | |
parent | 3a0b7cd78a1a8366b3944d8d1e11ef9bb52549bf (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..cbf823afee5 100644 --- a/util/system/context.cpp +++ b/util/system/context.cpp @@ -227,7 +227,7 @@ TContMachineContext::TContMachineContext() TContMachineContext::TContMachineContext(const TContClosure& c) : Fiber_(CreateFiber(c.Stack.size(), (LPFIBER_START_ROUTINE)ContextTrampoLine, (LPVOID)c.TrampoLine)) , MainFiber_(false) -{ +{ Y_ENSURE(Fiber_, TStringBuf("fiber error")); } |