Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: 297e8182194e634baa0cbbfd96d2e09e2a0bcd40
https://github.com/qemu/qemu/commit/297e8182194e634baa0cbbfd96d2e09e2a0bcd40
Author: Richard Henderson <[email protected]>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M accel/tcg/plugin-gen.c
Log Message:
-----------
accel/tcg: Fix append_mem_cb
In fcdab382c8b9 we removed a tcg_gen_extu_tl_i64 from gen_empty_mem_cb,
and failed to adjust the associated copy, leading to a failed assert.
Fixes: fcdab382c8b9 ("accel/tcg: Widen plugin_gen_empty_mem_callback to i64")
Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Tested-by: Alex Bennée <[email protected]>
Message-Id: <[email protected]>