diff options
Diffstat (limited to 'target/hexagon')
-rw-r--r-- | target/hexagon/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/hexagon/cpu.h b/target/hexagon/cpu.h index bfcb105..daef5c3 100644 --- a/target/hexagon/cpu.h +++ b/target/hexagon/cpu.h @@ -153,8 +153,8 @@ struct ArchCPU { FIELD(TB_FLAGS, IS_TIGHT_LOOP, 0, 1) -static inline void cpu_get_tb_cpu_state(CPUHexagonState *env, target_ulong *pc, - target_ulong *cs_base, uint32_t *flags) +static inline void cpu_get_tb_cpu_state(CPUHexagonState *env, vaddr *pc, + uint64_t *cs_base, uint32_t *flags) { uint32_t hex_flags = 0; *pc = env->gpr[HEX_REG_PC]; |