diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-08-01 16:45:19 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-08-01 23:52:23 +0200 |
commit | 8caaae7319a5f7ca449900c0e6bfcaed78fa3ae2 (patch) | |
tree | 88b695d8deccca2b7afa7c49ad9067beb6b50416 /tests | |
parent | 71e2dd6aa1bdbac19c661638a4ae91816002ac9e (diff) | |
download | qemu-8caaae7319a5f7ca449900c0e6bfcaed78fa3ae2.zip qemu-8caaae7319a5f7ca449900c0e6bfcaed78fa3ae2.tar.gz qemu-8caaae7319a5f7ca449900c0e6bfcaed78fa3ae2.tar.bz2 |
target/m68k: Fix semihost lseek offset computation
The arguments for deposit64 are (value, start, length, fieldval); this
appears to have thought they were (value, fieldval, start,
length). Reorder the parameters to match the actual function.
Cc: qemu-stable@nongnu.org
Fixes: 950272506d ("target/m68k: Use semihosting/syscalls.h")
Reported-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230801154519.3505531-1-peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions