Revision 10eb0cc0 target-sh4/exec.h

b/target-sh4/exec.h
47 47
#include "softmmu_exec.h"
48 48
#endif
49 49

  
50
static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
51
{
52
    env->pc = tb->pc;
53
    env->flags = tb->flags;
54
}
55

  
50 56
#endif				/* _EXEC_SH4_H */

Also available in: Unified diff