Revision d9968827

b/target-arm/translate.c
1131 1131
static inline void iwmmxt_store_creg(int reg, TCGv var)
1132 1132
{
1133 1133
    tcg_gen_st_i32(var, cpu_env, offsetof(CPUState, iwmmxt.cregs[reg]));
1134
    dead_tmp(var);
1134 1135
}
1135 1136

  
1136 1137
static inline void gen_op_iwmmxt_movq_wRn_M0(int rn)
......
1415 1416
                }
1416 1417
            }
1417 1418
        }
1419
        dead_tmp(addr);
1418 1420
        return 0;
1419 1421
    }
1420 1422

  

Also available in: Unified diff