diff options
Diffstat (limited to 'dev/ZKA/Sources/ThreadLocalStorage.cxx')
| -rw-r--r-- | dev/ZKA/Sources/ThreadLocalStorage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/Sources/ThreadLocalStorage.cxx b/dev/ZKA/Sources/ThreadLocalStorage.cxx index 3a60f36c..f4794bdd 100644 --- a/dev/ZKA/Sources/ThreadLocalStorage.cxx +++ b/dev/ZKA/Sources/ThreadLocalStorage.cxx @@ -29,7 +29,7 @@ namespace Detail STATIC constexpr SizeT cMaxLen = 256; Char fName[cMaxLen] = {"THREAD #0 (PROCESS 0)"}; - ProcessStatus fThreadStatus; + ProcessStatusKind fThreadStatus; Int64 fThreadID; UIntPtr fCode{0}; UIntPtr fStack{0}; @@ -37,7 +37,7 @@ namespace Detail Void Exit() noexcept { - this->fThreadStatus = ProcessStatus::kKilled; + this->fThreadStatus = ProcessStatusKind::kKilled; } UIntPtr GetStack() noexcept |
