aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/exec.h
blob: 2395b0092f92a5a793665bfadf03cabe83c25487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef EXEC_SPARC_H
#define EXEC_SPARC_H 1
#include "config.h"
#include "dyngen-exec.h"

register struct CPUSPARCState *env asm(AREG0);

#include "cpu.h"
#include "exec-all.h"

#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"
#endif /* !defined(CONFIG_USER_ONLY) */

#endif