mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
Then number of input event files was being written as a size_t but read as an int by revent. These types have different sizes with 64bit GCC, causing revent not being able to replay recorded files. This comint updates revent to use size_t when both reading and writing.