projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46f5781
)
change
author
bdemsky
<bdemsky>
Fri, 5 Nov 2010 16:59:16 +0000
(16:59 +0000)
committer
bdemsky
<bdemsky>
Fri, 5 Nov 2010 16:59:16 +0000
(16:59 +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 db756382d8bac8cd3b69f71cf64915a8b9b11d7b..ddf0a70efc4403dfb9303dd35dbe0666aeb8ed0e 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
.
..\n");
+ printf("ERROR
: REntry type %d should never be generated in RCR
..\n");
}
#else
if(type==READ || type==WRITE || type==COARSE || type==SCCITEM){