projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50720db
)
oops...bug
author
bdemsky
<bdemsky>
Tue, 10 May 2011 07:14:31 +0000
(07:14 +0000)
committer
bdemsky
<bdemsky>
Tue, 10 May 2011 07:14:31 +0000
(07:14 +0000)
Robust/src/Runtime/bamboo/multicoremsg.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/bamboo/multicoremsg.c
b/Robust/src/Runtime/bamboo/multicoremsg.c
index 92aa3c9138985dc577095947c3bed4afb2eb2c92..c08c84891ffde59a395a7f0886f43835d472ec4f 100644
(file)
--- a/
Robust/src/Runtime/bamboo/multicoremsg.c
+++ b/
Robust/src/Runtime/bamboo/multicoremsg.c
@@
-72,7
+72,7
@@
INLINE int checkMsgLength_I() {
if (type==GCLOBJINFO) {
#endif
#if (defined(TASK)||defined(MULTICORE_GC))
- return
msgdata[realtype>>8]
;
+ return
realtype>>8
;
}
#endif
return msgsizearray[type];