Revision 10eb0cc0 target-arm/cpu.h

b/target-arm/cpu.h
437 437
#include "cpu-all.h"
438 438
#include "exec-all.h"
439 439

  
440
static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
441
{
442
    env->regs[15] = tb->pc;
443
}
444

  
445 440
static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
446 441
                                        target_ulong *cs_base, int *flags)
447 442
{

Also available in: Unified diff