X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/64164401c652644e2ea3423fd776eb4bbcf4399f..9e73c4e472a5a372d79e5716735b6557bee3f224:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 9e1db34965..cc581b9b32 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -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;