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-10-05 10:52:27 +0300
committerJan Kotas <jkotas@microsoft.com>2016-10-05 10:52:27 +0300
commitc15eab0677943653a96ca4d36480137cbf288548 (patch)
treec337a28420525c54b5e1356c57091b82437d0b84 /src/Native/Runtime/amd64
parent36840caf31f61dd9b80fde4b3822c701505f6f8d (diff)
Fix Unix CoreRT build breaks
Diffstat (limited to 'src/Native/Runtime/amd64')
-rw-r--r--src/Native/Runtime/amd64/StubDispatch.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Native/Runtime/amd64/StubDispatch.S b/src/Native/Runtime/amd64/StubDispatch.S
index bde82f42f..17cb27ffb 100644
--- a/src/Native/Runtime/amd64/StubDispatch.S
+++ b/src/Native/Runtime/amd64/StubDispatch.S
@@ -68,11 +68,11 @@ DEFINE_INTERFACE_DISPATCH_STUB 16
DEFINE_INTERFACE_DISPATCH_STUB 32
DEFINE_INTERFACE_DISPATCH_STUB 64
-;; Stub dispatch routine for dispatch to a vtable slot
+// Stub dispatch routine for dispatch to a vtable slot
LEAF_ENTRY RhpVTableOffsetDispatch, _TEXT
// UNIXTODO: Implement this function
int 3
-LEAF_END RhpTailCallTLSDispatchCell, _TEXT
+LEAF_END RhpVTableOffsetDispatch, _TEXT
// Initial dispatch on an interface when we don't have a cache yet.
LEAF_ENTRY RhpInitialInterfaceDispatch, _TEXT