From 9ae6ed25affc42343a3f88f147ff4a5fbd1e9727 Mon Sep 17 00:00:00 2001 From: Aditya Mandaleeka Date: Fri, 24 Feb 2017 10:23:43 -0800 Subject: Implement card bundles for non-Windows platforms. --- src/vm/gcheaputilities.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vm/gcheaputilities.cpp') diff --git a/src/vm/gcheaputilities.cpp b/src/vm/gcheaputilities.cpp index 91f259d275..05e64d428a 100644 --- a/src/vm/gcheaputilities.cpp +++ b/src/vm/gcheaputilities.cpp @@ -15,6 +15,10 @@ GPTR_IMPL_INIT(uint8_t, g_highest_address, nullptr); uint8_t* g_ephemeral_low = (uint8_t*)1; uint8_t* g_ephemeral_high = (uint8_t*)~0; +#ifdef FEATURE_MANUALLY_MANAGED_CARD_BUNDLES +uint32_t* g_card_bundle_table = nullptr; +#endif + // This is the global GC heap, maintained by the VM. GPTR_IMPL(IGCHeap, g_pGCHeap); -- cgit v1.2.3