--- hatari/src/debug/profile.h 2019/04/09 08:55:36 1.1.1.4 +++ hatari/src/debug/profile.h 2019/04/09 08:58:05 1.1.1.5 @@ -32,7 +32,7 @@ extern void Profile_CpuUpdate(void); extern void Profile_CpuStop(void); /* CPU profile results */ -extern bool Profile_CpuAddressData(Uint32 addr, float *percentage, Uint32 *count, Uint32 *cycles, Uint32 *i_misses, Uint32 *d_hits); +extern bool Profile_CpuAddressDataStr(char *buffer, size_t maxlen, Uint32 addr); /* DSP profile control */ extern bool Profile_DspStart(void);