On 5 August 2015 at 17:51, Christopher Covington wrote:
> This is for full-system only; not implemented in user mode
>
> Written by Derek Hower.
> -cpu_memory_rw_debug(cs, env->regs[13]-64+32, (uint8_t *)&size, 4, 0);
> -env->regs[0] = be32_to_cpu(size);
> +if (env->aarch64) {
> +
This is for full-system only; not implemented in user mode
Written by Derek Hower.
Signed-off-by: Christopher Covington
---
include/exec/softmmu-semi.h | 21 ++-
target-arm/arm-semi.c | 142
target-arm/cpu.h| 3 +-
target-arm