diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-29 01:03:05 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-29 01:03:05 +0000 |
commit | ab1861222d7991993d8e87c79ac7440e649c6b29 (patch) | |
tree | 4864a691a4d52324fe4626261e202525dd3a8659 /target-cris/cpu.h | |
parent | 30bf6eb8e97ab76947462bdbf42f04640d245267 (diff) | |
download | qemu-ab1861222d7991993d8e87c79ac7440e649c6b29.tar.gz qemu-ab1861222d7991993d8e87c79ac7440e649c6b29.tar.bz2 qemu-ab1861222d7991993d8e87c79ac7440e649c6b29.zip |
Add instruction counter.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4799 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 447e780b28..d086221d3f 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -238,5 +238,7 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp) #define SFR_RW_MM_TLB_LO env->pregs[PR_SRS]][5 #define SFR_RW_MM_TLB_HI env->pregs[PR_SRS]][6 +#define CPU_PC_FROM_TB(env, tb) env->pc = tb->pc + #include "cpu-all.h" #endif |