Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Misc cleanups: remove unnecessary casts, use unsigned long for addresses.
[simgrid.git] / src / mc / mc_private.h
index 9e1db34..cc581b9 100644 (file)
@@ -397,8 +397,8 @@ typedef struct s_dw_location{
 }s_dw_location_t, *dw_location_t;
 
 typedef struct s_dw_location_entry{
-  long lowpc;
-  long highpc;
+  unsigned long lowpc;
+  unsigned long highpc;
   dw_location_t location;
 }s_dw_location_entry_t, *dw_location_entry_t;