summaryrefslogtreecommitdiff
path: root/src/gc/gcpriv.h
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/gcpriv.h
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/gcpriv.h')
-rw-r--r--src/gc/gcpriv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gc/gcpriv.h b/src/gc/gcpriv.h
index 5f6122daf6..c5d88c2d1f 100644
--- a/src/gc/gcpriv.h
+++ b/src/gc/gcpriv.h
@@ -3152,10 +3152,10 @@ protected:
CLREvent gc_lh_block_event;
PER_HEAP_ISOLATED
- BOOL gc_can_use_concurrent;
+ bool gc_can_use_concurrent;
PER_HEAP_ISOLATED
- BOOL temp_disable_concurrent_p;
+ bool temp_disable_concurrent_p;
PER_HEAP_ISOLATED
BOOL do_ephemeral_gc_p;