Revision 49a945a3 target-microblaze/exec.h

b/target-microblaze/exec.h
23 23
#include "cpu.h"
24 24
#include "exec-all.h"
25 25

  
26
static inline void env_to_regs(void)
27
{
28
}
29

  
30
static inline void regs_to_env(void)
31
{
32
}
33

  
34 26
#if !defined(CONFIG_USER_ONLY)
35 27
#include "softmmu_exec.h"
36 28
#endif

Also available in: Unified diff