--- hatari/src/debug/profile_priv.h 2019/04/09 08:55:34 1.1.1.3 +++ hatari/src/debug/profile_priv.h 2019/04/09 08:56:48 1.1.1.4 @@ -34,8 +34,8 @@ typedef struct { /* callee/caller information */ typedef struct { - calltype_t flags:8; /* what kind of call it was */ - unsigned int addr:24; /* address for the caller */ + calltype_t flags; /* what kind of call it was */ + Uint32 addr; /* address for the caller */ Uint32 calls; /* number of calls, exclusive */ counters_t all; /* totals including everything called code does */ counters_t own; /* totals excluding called code (=sum(all-out)) */