From: bdemsky Date: Tue, 14 Jun 2011 06:19:47 +0000 (+0000) Subject: more changes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1e679f3707f1b0dc8b15c1cd970b01280311bda8;p=IRC.git more changes --- 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;