1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-07 03:11:53 +01:00
workload-automation/wlauto/common/bin/arm64
Sergei Trofimov ee7f22e902 Fixing 64bit revent
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.
2015-03-20 09:25:57 +00:00
..
busybox Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
revent Fixing 64bit revent 2015-03-20 09:25:57 +00:00