On 04/09/2012 10:19 PM, Blue Swirl wrote:
> Rename functions with memory_region_ prefix to avoid future clashes.
>
> Change the RAM/ROM/ROMD test functions to take MemoryRegion
> instead of MemoryRegionSection.
> -
> #endif
> #endif
> diff --git a/exec.c b/exec.c
> index 0dda7b5..5080dde 100644
>
Rename functions with memory_region_ prefix to avoid future clashes.
Change the RAM/ROM/ROMD test functions to take MemoryRegion
instead of MemoryRegionSection.
Adjust callers.
Signed-off-by: Blue Swirl
---
cputlb.c | 10 +-
cputlb.h | 18 -
exec.c | 67