Commit 0828b4485a5864482e9a9a7b3c3dcea4033906f6
1 parent
bf5b7423
Move #include to speed up compilation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4398 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
3 additions
and
5 deletions
target-sparc/exec.h
... | ... | @@ -56,11 +56,6 @@ void memcpy32(target_ulong *dst, const target_ulong *src); |
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) | ... | ... |