Revision 0828b448

b/target-sparc/exec.h
56 56
target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev);
57 57
void dump_mmu(CPUState *env);
58 58

  
59
/* XXX: move that to a generic header */
60
#if !defined(CONFIG_USER_ONLY)
61
#include "softmmu_exec.h"
62
#endif /* !defined(CONFIG_USER_ONLY) */
63

  
64 59
static inline void env_to_regs(void)
65 60
{
66 61
#if defined(reg_REGWPTR)
b/target-sparc/op_helper.c
1 1
#include "exec.h"
2 2
#include "host-utils.h"
3 3
#include "helper.h"
4
#if !defined(CONFIG_USER_ONLY)
5
#include "softmmu_exec.h"
6
#endif /* !defined(CONFIG_USER_ONLY) */
4 7

  
5 8
//#define DEBUG_PCALL
6 9
//#define DEBUG_MMU

Also available in: Unified diff