summaryrefslogtreecommitdiff
path: root/src/vm/amd64/stublinkeramd64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/amd64/stublinkeramd64.h')
-rw-r--r--src/vm/amd64/stublinkeramd64.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vm/amd64/stublinkeramd64.h b/src/vm/amd64/stublinkeramd64.h
new file mode 100644
index 0000000000..8f006b823e
--- /dev/null
+++ b/src/vm/amd64/stublinkeramd64.h
@@ -0,0 +1,10 @@
+// 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.
+
+#ifndef _STUBLINKERAMD64_H_
+#define _STUBLINKERAMD64_H_
+
+#include "../i386/stublinkerx86.h"
+
+#endif // _STUBLINKERAMD64_H_