Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-08-17 07:26:13 +0300
committerJan Kotas <jkotas@microsoft.com>2016-08-17 07:26:13 +0300
commit3dfe92890d98c8e6533ad05be23a7f88196caf64 (patch)
tree3eb8b30362ea510ce2f3c9b45d53d80d7304392e /src/Native/Runtime/threadstore.h
parentfd1262cd00df3b34e21b847c3bb01297da08f0ab (diff)
Delete low value assert
Delete assert to verify asm get current thread implementation because it was not detecting potential bugs soon enough, required extra platform-specific asm code, and there are number of other asserts that will detect potential mismatch between C++ and asm current thread implementation (e.g. in RhpReversePInvokeAttachOrTrapThread2). [tfs-changeset: 1622722]
Diffstat (limited to 'src/Native/Runtime/threadstore.h')
-rw-r--r--src/Native/Runtime/threadstore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/threadstore.h b/src/Native/Runtime/threadstore.h
index c5ee73857..9a851c6c2 100644
--- a/src/Native/Runtime/threadstore.h
+++ b/src/Native/Runtime/threadstore.h
@@ -16,7 +16,7 @@ class ThreadStore
private:
ThreadStore();
- static void * CreateCurrentThreadBuffer();
+
void LockThreadStore();
void UnlockThreadStore();