summaryrefslogtreecommitdiff
path: root/src/gc/gcscan.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-11-19 17:01:53 -0800
committerJan Kotas <jkotas@microsoft.com>2015-11-19 20:56:11 -0800
commit94deb4236a2c007319baa78a5bf3a5b1d50f980b (patch)
tree30ebdf3104fa0c8dd2e634986b8fdbd377825d0a /src/gc/gcscan.cpp
parent227abcd8ca79fa0b0b5d4238e11c99a419f3f510 (diff)
downloadcoreclr-94deb4236a2c007319baa78a5bf3a5b1d50f980b.tar.gz
coreclr-94deb4236a2c007319baa78a5bf3a5b1d50f980b.tar.bz2
coreclr-94deb4236a2c007319baa78a5bf3a5b1d50f980b.zip
Update GC from CoreRT
https://github.com/dotnet/corert/tree/master/src/Native/gc c03d823a11f54e734e340813e6cd1e543ca448ef
Diffstat (limited to 'src/gc/gcscan.cpp')
-rw-r--r--src/gc/gcscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/gcscan.cpp b/src/gc/gcscan.cpp
index 078d7404a0..0bf039702a 100644
--- a/src/gc/gcscan.cpp
+++ b/src/gc/gcscan.cpp
@@ -27,7 +27,7 @@ SVAL_IMPL_INIT(int32_t, CNameSpace, m_GcStructuresInvalidCnt, 1);
VOLATILE(int32_t) CNameSpace::m_GcStructuresInvalidCnt = 1;
#endif //DACCESS_COMPILE
-BOOL CNameSpace::GetGcRuntimeStructuresValid ()
+bool CNameSpace::GetGcRuntimeStructuresValid ()
{
LIMITED_METHOD_CONTRACT;
SUPPORTS_DAC;