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:
authorNiklas Therning <nitherni@microsoft.com>2018-09-18 13:21:49 +0300
committerNiklas Therning <nitherni@microsoft.com>2018-09-18 13:21:49 +0300
commit49f9ed0e66fc2d4cd682821396c6af5e80182048 (patch)
tree2de750c1ac8a487d7f6d149592a6362ade6a5a77 /src/Native/System.Private.TypeLoader.Native/arm/ConstrainedCallSupportHelpers.S
parentf9124d69e41d42196510dd7234b2d53fed48ad4c (diff)
parent267410d0ab65fabc61d6cd3e0e1c2ebed43ea661 (diff)
Merge remote-tracking branch 'upstream/master' into bump-corert
Diffstat (limited to 'src/Native/System.Private.TypeLoader.Native/arm/ConstrainedCallSupportHelpers.S')
-rw-r--r--src/Native/System.Private.TypeLoader.Native/arm/ConstrainedCallSupportHelpers.S13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Native/System.Private.TypeLoader.Native/arm/ConstrainedCallSupportHelpers.S b/src/Native/System.Private.TypeLoader.Native/arm/ConstrainedCallSupportHelpers.S
new file mode 100644
index 000000000..71cd483ce
--- /dev/null
+++ b/src/Native/System.Private.TypeLoader.Native/arm/ConstrainedCallSupportHelpers.S
@@ -0,0 +1,13 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+.syntax unified
+.thumb
+
+#include <../../Runtime/unix/unixasmmacros.inc>
+
+LEAF_ENTRY ConstrainedCallSupport_GetStubs, _TEXT
+ // TODO: implement
+ bx lr
+LEAF_END ConstrainedCallSupport_GetStubs, _TEXT