Bug fixes and add some code for easy debugging
[IRC.git] / Robust / src / Runtime / bamboo / multicoreruntime.h
index 4a44092c9c39d80ab67a23b3648aa4afb42862b3..c6d562a7c8ac5635c3516a626d811330f79b52a5 100644 (file)
@@ -52,9 +52,9 @@ bool reside;
 #define BAMBOO_THREAD_QUEUE_SIZE (BAMBOO_SMEM_SIZE) // (45 * 16 * 1024)
 #endif
 // data structures for threads
-INTPTR * bamboo_thread_queue;
+unsigned int * bamboo_thread_queue;
 unsigned int bamboo_max_thread_num_mask;
-INTPTR bamboo_current_thread;
+unsigned int bamboo_current_thread;
 
 extern int corenum;
 #endif // MGC