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:
authorAndrew Au <andrewau@microsoft.com>2016-08-30 19:09:29 +0300
committerAndrew Au <andrewau@microsoft.com>2016-08-30 19:09:29 +0300
commit68cec7834cfdb199b3ac3824ae59410e23496f32 (patch)
tree14038cb69d2efbcb31d29ef30dcc0db04a73430b /src/Native/Runtime/thread.h
parent3f743df6a6e47addaf0bfb53a71f9c77faa1760d (diff)
Changing indentation from tab to space (and nothing else)
[tfs-changeset: 1624932]
Diffstat (limited to 'src/Native/Runtime/thread.h')
-rw-r--r--src/Native/Runtime/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/thread.h b/src/Native/Runtime/thread.h
index 7b93d72af..e0da59135 100644
--- a/src/Native/Runtime/thread.h
+++ b/src/Native/Runtime/thread.h
@@ -182,7 +182,7 @@ public:
bool IsWithinStackBounds(PTR_VOID p);
PTR_UInt8 AllocateThreadLocalStorageForDynamicType(UInt32 uTlsTypeOffset, UInt32 tlsStorageSize, UInt32 numTlsCells);
- // mrt100 Debugger (dac) has dependencies on the GetThreadLocalStorageForDynamicType method.
+ // mrt100 Debugger (dac) has dependencies on the GetThreadLocalStorageForDynamicType method.
PTR_UInt8 GetThreadLocalStorageForDynamicType(UInt32 uTlsTypeOffset);
PTR_UInt8 GetThreadLocalStorage(UInt32 uTlsIndex, UInt32 uTlsStartOffset);
PTR_UInt8 GetTEB();