Loading target-mips/translate.c +2 −2 Original line number Diff line number Diff line Loading @@ -746,7 +746,7 @@ static inline void gen_save_pc(target_ulong pc) tcg_gen_movi_tl(r_tmp, pc); tcg_gen_ld_i32(r_tc_off, cpu_env, offsetof(CPUState, current_tc)); tcg_gen_muli_i32(r_tc_off, r_tc_off, sizeof(target_ulong)); tcg_gen_ext_i32_ptr(r_tc_off_tl, r_tc_off); tcg_gen_ext_i32_tl(r_tc_off_tl, r_tc_off); tcg_gen_add_ptr(r_ptr, cpu_env, r_tc_off_tl); tcg_gen_st_tl(r_tmp, r_ptr, offsetof(CPUState, PC)); dead_tmp(r_tc_off); Loading @@ -762,7 +762,7 @@ static inline void gen_breg_pc(void) tcg_gen_ld_tl(r_tmp, cpu_env, offsetof(CPUState, btarget)); tcg_gen_ld_i32(r_tc_off, cpu_env, offsetof(CPUState, current_tc)); tcg_gen_muli_i32(r_tc_off, r_tc_off, sizeof(target_ulong)); tcg_gen_ext_i32_ptr(r_tc_off_tl, r_tc_off); tcg_gen_ext_i32_tl(r_tc_off_tl, r_tc_off); tcg_gen_add_ptr(r_ptr, cpu_env, r_tc_off_tl); tcg_gen_st_tl(r_tmp, r_ptr, offsetof(CPUState, PC)); dead_tmp(r_tc_off); Loading Loading
target-mips/translate.c +2 −2 Original line number Diff line number Diff line Loading @@ -746,7 +746,7 @@ static inline void gen_save_pc(target_ulong pc) tcg_gen_movi_tl(r_tmp, pc); tcg_gen_ld_i32(r_tc_off, cpu_env, offsetof(CPUState, current_tc)); tcg_gen_muli_i32(r_tc_off, r_tc_off, sizeof(target_ulong)); tcg_gen_ext_i32_ptr(r_tc_off_tl, r_tc_off); tcg_gen_ext_i32_tl(r_tc_off_tl, r_tc_off); tcg_gen_add_ptr(r_ptr, cpu_env, r_tc_off_tl); tcg_gen_st_tl(r_tmp, r_ptr, offsetof(CPUState, PC)); dead_tmp(r_tc_off); Loading @@ -762,7 +762,7 @@ static inline void gen_breg_pc(void) tcg_gen_ld_tl(r_tmp, cpu_env, offsetof(CPUState, btarget)); tcg_gen_ld_i32(r_tc_off, cpu_env, offsetof(CPUState, current_tc)); tcg_gen_muli_i32(r_tc_off, r_tc_off, sizeof(target_ulong)); tcg_gen_ext_i32_ptr(r_tc_off_tl, r_tc_off); tcg_gen_ext_i32_tl(r_tc_off_tl, r_tc_off); tcg_gen_add_ptr(r_ptr, cpu_env, r_tc_off_tl); tcg_gen_st_tl(r_tmp, r_ptr, offsetof(CPUState, PC)); dead_tmp(r_tc_off); Loading