change enum & other fixes
authorbdemsky <bdemsky>
Tue, 10 May 2011 06:27:25 +0000 (06:27 +0000)
committerbdemsky <bdemsky>
Tue, 10 May 2011 06:27:25 +0000 (06:27 +0000)
Robust/src/Runtime/bamboo/multicoremsg.c
Robust/src/Runtime/bamboo/multicoremsg.h

index bc94d7c31849f7d1a1d2bb1f3786b5e73da84d15..92aa3c9138985dc577095947c3bed4afb2eb2c92 100644 (file)
@@ -52,7 +52,7 @@ int msgsizearray[] = {
   2, //GCFINISHPREF,          // 0xF7
 #endif // GC_CACHE_ADAPT
 #endif // MULTICORE_GC
-  //MSGEND
+  -1//MSGEND
 };
 
 INLINE int checkMsgLength_I() {
index cea4adc675ae69801634721718bf0746124f2c62..9f5b503ad956b1069dacab2556e6ad1b55bfaf90 100644 (file)
@@ -157,7 +157,7 @@ volatile bool isMsgHanging;
  *            (size is always 3 * sizeof(int))
  */
 typedef enum {
-  MSGSTART = 0xD0,       // 0xD0
+  MSGSTART = 0x0,       // 0xD0
   TRANSOBJ,              // 0xD1
   TRANSTALL,             // 0xD2
   LOCKREQUEST,           // 0xD3