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:
authorFaizur Rahman <shrah@microsoft.com>2017-02-23 22:54:38 +0300
committerFaizur Rahman <shrah@microsoft.com>2017-02-24 03:01:08 +0300
commit5877f29e59151299eeb77cc2baf931b500918d65 (patch)
treed63262021954fcc298860b67f88597837b58b686 /src/Native/Runtime/amd64
parentbbc6b35d41c11bbd1bd7d26b309959cec6cb9f47 (diff)
Addressed more feedbacks: Moved TryGetMarshallerForDelegate from TypeLoader to S.P.I
Diffstat (limited to 'src/Native/Runtime/amd64')
-rw-r--r--src/Native/Runtime/amd64/InteropThunksHelpers.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/amd64/InteropThunksHelpers.asm b/src/Native/Runtime/amd64/InteropThunksHelpers.asm
index eb694cf73..f996bd51b 100644
--- a/src/Native/Runtime/amd64/InteropThunksHelpers.asm
+++ b/src/Native/Runtime/amd64/InteropThunksHelpers.asm
@@ -61,7 +61,7 @@ LEAF_ENTRY RhpCommonStub, _TEXT
;; rax = base address of TLS data
;; r10 = address of context cell in thunk's data
;; r11 = trashed
- ;; r12 = trashed
+ ;; r8 = trashed
;; store thunk address in thread static
mov r11, [r10]