mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
exec: Make stb_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:
parent
5ce5944dc0
commit
db3be60deb
11 changed files with 34 additions and 26 deletions
|
@ -74,7 +74,7 @@ static inline void
|
|||
vmw_shmem_st8(hwaddr addr, uint8_t value)
|
||||
{
|
||||
VMW_SHPRN("SHMEM store8: %" PRIx64 " (value 0x%X)", addr, value);
|
||||
stb_phys(addr, value);
|
||||
stb_phys(&address_space_memory, addr, value);
|
||||
}
|
||||
|
||||
static inline uint32_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue