diff options
author | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2013-11-07 18:43:28 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2014-02-11 22:56:23 +1000 |
commit | 1b3fb98ff0c72f233e41e6dee55b25d9303a7cdf (patch) | |
tree | d07a31b3e62d466f65a50c91f766cf90132c05f3 /exec.c | |
parent | 3be91e862a6cc68a1872ac5b84685f4bb8910280 (diff) |
exec: Make memory_region_section_get_iotlb use section AS
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -796,7 +796,7 @@ hwaddr memory_region_section_get_iotlb(CPUArchState *env, iotlb |= PHYS_SECTION_ROM; } } else { - iotlb = section - address_space_memory.dispatch->map.sections; + iotlb = section - section->address_space->dispatch->map.sections; iotlb += xlat; } |