summaryrefslogtreecommitdiff
path: root/src/jit/gcdecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/gcdecode.cpp')
-rw-r--r--src/jit/gcdecode.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/jit/gcdecode.cpp b/src/jit/gcdecode.cpp
new file mode 100644
index 0000000000..0722917490
--- /dev/null
+++ b/src/jit/gcdecode.cpp
@@ -0,0 +1,15 @@
+// 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.
+
+#include "jitpch.h"
+#ifdef _MSC_VER
+#pragma hdrstop
+#endif
+
+/* Precompiled header nonsense requires that we do it this way */
+
+/* GCDecoder.cpp is a common source file bewtween VM and JIT/IL */
+/* GCDecoder.cpp is located in $COM99/inc */
+
+#include "gcdecoder.cpp"