mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
ee7f22e902
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.