Revision 1481e16a target-ppc/op_helper.c

b/target-ppc/op_helper.c
2723 2723
#define VSHIFT(suffix, leftp)                                           \
2724 2724
    void helper_vs##suffix (ppc_avr_t *r, ppc_avr_t *a, ppc_avr_t *b)   \
2725 2725
    {                                                                   \
2726
        int shift = b->u8[LO_IDX*0x15] & 0x7;                           \
2726
        int shift = b->u8[LO_IDX*15] & 0x7;                             \
2727 2727
        int doit = 1;                                                   \
2728 2728
        int i;                                                          \
2729 2729
        for (i = 0; i < ARRAY_SIZE(r->u8); i++) {                       \

Also available in: Unified diff