From: jjenista Date: Fri, 5 Nov 2010 18:20:07 +0000 (+0000) Subject: just add the type to make sure it is 3, which is what we're expecting but trying... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a26fc3daa2c81eccd1a270a5d77f287324d5111;p=IRC.git just add the type to make sure it is 3, which is what we're expecting but trying to prevent --- diff --git a/Robust/src/Runtime/mlp_runtime.c b/Robust/src/Runtime/mlp_runtime.c index 7f8395dd..d668b5be 100644 --- 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){