From 1e679f3707f1b0dc8b15c1cd970b01280311bda8 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Tue, 14 Jun 2011 06:19:47 +0000 Subject: [PATCH] more changes --- Robust/src/Runtime/bamboo/multicoregarbage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Robust/src/Runtime/bamboo/multicoregarbage.h b/Robust/src/Runtime/bamboo/multicoregarbage.h index f5444441..83e94575 100644 --- a/Robust/src/Runtime/bamboo/multicoregarbage.h +++ b/Robust/src/Runtime/bamboo/multicoregarbage.h @@ -108,9 +108,9 @@ int * gcsbstarttbl; unsigned int gcsbstarttbl_len; #endif unsigned int gcnumblock; // number of total blocks in the shared mem -unsigned int gcbaseva; // base va for shared memory without reserved sblocks +void * gcbaseva; // base va for shared memory without reserved sblocks #ifdef GC_CACHE_ADAPT -unsigned int gctopva; // top va for shared memory without reserved sblocks +void * gctopva; // top va for shared memory without reserved sblocks volatile bool gccachestage; // table recording the sampling data collected for cache adaption int * gccachesamplingtbl; -- 2.34.1