1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/common
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
..
android Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
bin Fixing 64bit revent 2015-03-20 09:25:57 +00:00
linux Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
resources.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00