Revision b3755a91 exec.c

b/exec.c
217 217
static int log_append = 0;
218 218

  
219 219
/* statistics */
220
#if !defined(CONFIG_USER_ONLY)
220 221
static int tlb_flush_count;
222
#endif
221 223
static int tb_flush_count;
222 224
static int tb_phys_invalidate_count;
223 225

  
......
3924 3926
    cpu_resume_from_signal(env, NULL);
3925 3927
}
3926 3928

  
3929
#if !defined(CONFIG_USER_ONLY)
3930

  
3927 3931
void dump_exec_info(FILE *f,
3928 3932
                    int (*cpu_fprintf)(FILE *f, const char *fmt, ...))
3929 3933
{
......
3977 3981
    tcg_dump_info(f, cpu_fprintf);
3978 3982
}
3979 3983

  
3980
#if !defined(CONFIG_USER_ONLY)
3981

  
3982 3984
#define MMUSUFFIX _cmmu
3983 3985
#define GETPC() NULL
3984 3986
#define env cpu_single_env

Also available in: Unified diff