Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcdecode.cpp « vm « coreclr « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30dc9a5582453a6b3d94c5781fa78faac4a7be77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.


#include "common.h"

#define FPO_INTERRUPTIBLE 0

/* 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                       */

// we need only one copy when embedding
#if !defined(CORECLR_EMBEDDED)
#include "gcdecoder.cpp"
#endif