diff options
author | Phil Dennis-Jordan <phil@philjordan.eu> | 2024-12-09 21:36:26 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-06 15:46:18 +0100 |
commit | 40b839cb840ce032c8f048325b486d3284f1b68f (patch) | |
tree | 2baedc25e4ddc31003221c081347544605f78521 /tests/functional/qemu_test | |
parent | 415aae543edad19eda8f66955dde386c7fd7c680 (diff) | |
download | qemu-40b839cb840ce032c8f048325b486d3284f1b68f.zip qemu-40b839cb840ce032c8f048325b486d3284f1b68f.tar.gz qemu-40b839cb840ce032c8f048325b486d3284f1b68f.tar.bz2 |
target/i386/hvf: Variable type fixup in decoder
decode_bytes reads 1, 2, 4, or 8 bytes at a time. The destination
variable should therefore be a uint64_t, not a target_ulong.
Signed-off-by: Phil Dennis-Jordan <phil@philjordan.eu>
Fixes: ff2de1668c9 ("i386: hvf: remove addr_t")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20241209203629.74436-9-phil@philjordan.eu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'tests/functional/qemu_test')
0 files changed, 0 insertions, 0 deletions