projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7629b37
)
just add the type to make sure it is 3, which is what we're expecting but trying...
author
jjenista
<jjenista>
Fri, 5 Nov 2010 18:20:07 +0000
(18:20 +0000)
committer
jjenista
<jjenista>
Fri, 5 Nov 2010 18:20:07 +0000
(18:20 +0000)
Robust/src/Runtime/mlp_runtime.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/mlp_runtime.c
b/Robust/src/Runtime/mlp_runtime.c
index 7f8395dd051ef13b01a2666d447734dd8d08948c..d668b5be65f5a70345a19d1feb49c00d49bdedfc 100644
(file)
--- a/
Robust/src/Runtime/mlp_runtime.c
+++ b/
Robust/src/Runtime/mlp_runtime.c
@@
-830,7
+830,7
@@
void resolveDependencies(REntry* rentry){
} else if (type==PARENTCOARSE) {
psem_give_tag(rentry->parentStallSem, rentry->tag);
} else {
- printf("ERROR: REntry type %d should never be generated in RCR..\n");
+ printf("ERROR: REntry type %d should never be generated in RCR..\n"
, rentry->type
);
}
#else
if(type==READ || type==WRITE || type==COARSE || type==SCCITEM){