From: bdemsky Date: Tue, 10 May 2011 07:17:36 +0000 (+0000) Subject: code change X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e57d1f76e0467c19f95205add1575c07eb2211ef;p=IRC.git code change --- diff --git a/Robust/src/Runtime/bamboo/multicoremsg.c b/Robust/src/Runtime/bamboo/multicoremsg.c index c08c8489..5d0cd69d 100644 --- a/Robust/src/Runtime/bamboo/multicoremsg.c +++ b/Robust/src/Runtime/bamboo/multicoremsg.c @@ -55,7 +55,7 @@ int msgsizearray[] = { -1//MSGEND }; -INLINE int checkMsgLength_I() { +INLINE unsigned int checkMsgLength_I() { #if (defined(TASK)||defined(MULTICORE_GC)) unsigned int realtype = msgdata[msgdataindex]; unsigned int type=realtype&0xff;