mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
exec: Make stl_*_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
f606604f1c
commit
ab1da85791
25 changed files with 133 additions and 115 deletions
|
@ -670,7 +670,7 @@ static void css_update_chnmon(SubchDev *sch)
|
|||
|
||||
count = ldl_phys(&address_space_memory, sch->curr_status.mba);
|
||||
count++;
|
||||
stl_phys(sch->curr_status.mba, count);
|
||||
stl_phys(&address_space_memory, sch->curr_status.mba, count);
|
||||
} else {
|
||||
/* Format 0, global area. */
|
||||
uint32_t offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue