Преглед на файлове

Support uint32_t datatypes on Leon 3's compiler.

Ioannis Koutras преди 14 години
родител
ревизия
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)