浏览代码

Support uint32_t datatypes on Leon 3's compiler.

Ioannis Koutras 13 年之前
父节点
当前提交
ae9b227218
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/dmmlib/heap.h

+ 4 - 0
include/dmmlib/heap.h

@@ -39,6 +39,10 @@
 #include <pthread.h>
 #endif /* HAVE_LOCKS */
 
+#ifdef LEON3
+typedef __uint32_t uint32_t ;
+#endif /* LEON3 */
+
 #ifdef WITH_KNOBS
 /**
  * A structure for knobs states (currently 5)