commit | 5e77f22ac95d18fdbe7e5c542002786f2126a780 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Fri Jul 05 09:40:31 2024 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Fri Jul 05 12:34:41 2024 +0100 |
tree | 7803c9e55b3aa3d989016fcba6420061ee82bc24 | |
parent | bb3dd92d32e1ea805a1eecbb23b35f7675d8a83e [diff] |
plugins/lockstep: make mixed-mode safe The ExecState is shared across the socket and if we want to compare say 64 bit and 32 bit binaries we need the two to use the same sizes for things. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240705084047.857176-25-alex.bennee@linaro.org>