mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
exec: Make stw_*_phys input an AddressSpace
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
@ -89,7 +89,7 @@ static inline void
|
||||
vmw_shmem_st16(hwaddr addr, uint16_t value)
|
||||
{
|
||||
VMW_SHPRN("SHMEM store16: %" PRIx64 " (value 0x%X)", addr, value);
|
||||
stw_le_phys(addr, value);
|
||||
stw_le_phys(&address_space_memory, addr, value);
|
||||
}
|
||||
|
||||
static inline uint32_t
|
||||
|
Reference in New Issue
Block a user