On 5/31/20 9:41 PM, Peter Maydell wrote:
> On Sun, 31 May 2020 at 18:54, Philippe Mathieu-Daudé wrote:
>>
>> Most CPUs can do 64-bit operations. Update the CPUReadMemoryFunc
>> and CPUWriteMemoryFunc prototypes.
>>
>> Signed-off-by: Philippe Mathieu-Daudé
>> ---
>> include/exec/cpu-common.h | 4
On Sun, 31 May 2020 at 18:54, Philippe Mathieu-Daudé wrote:
>
> Most CPUs can do 64-bit operations. Update the CPUReadMemoryFunc
> and CPUWriteMemoryFunc prototypes.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> include/exec/cpu-common.h | 4 ++--
> hw/usb/hcd-musb.c | 12 ++
Most CPUs can do 64-bit operations. Update the CPUReadMemoryFunc
and CPUWriteMemoryFunc prototypes.
Signed-off-by: Philippe Mathieu-Daudé
---
include/exec/cpu-common.h | 4 ++--
hw/usb/hcd-musb.c | 12 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/include/e