Il 13/05/2014 08:53, Andreas Färber ha scritto:
> +void do_unaligned_access(CPUAlphaState *env, target_ulong addr,
> + int is_write, int is_user, uintptr_t retaddr);
> +
> #include "exec/exec-all.h"
>
> #endif /* !defined (__CPU_ALPHA_H__) */
[snip]
Have you considered
Am 08.05.2014 18:09, schrieb Paolo Bonzini:
> We will reference it from more files in the next patch.
>
> Signed-off-by: Paolo Bonzini
> ---
> target-alpha/cpu.h | 3 +++
> target-alpha/mem_helper.c | 4 ++--
> target-mips/cpu.h | 3 +++
> target-mips/op_helper.c| 8 ++-
We will reference it from more files in the next patch.
Signed-off-by: Paolo Bonzini
---
target-alpha/cpu.h | 3 +++
target-alpha/mem_helper.c | 4 ++--
target-mips/cpu.h | 3 +++
target-mips/op_helper.c| 8 ++--
target-sparc/cpu.h | 4
target-sparc/ldst_he