Revision 0d0266a5 target-ppc/translate_init.c

b/target-ppc/translate_init.c
9040 9040
    opc_handler_t **tmp;
9041 9041

  
9042 9042
    tmp = malloc(0x20 * sizeof(opc_handler_t));
9043
    if (tmp == NULL)
9044
        return -1;
9045 9043
    fill_new_table(tmp, 0x20);
9046 9044
    table[idx] = (opc_handler_t *)((unsigned long)tmp | PPC_INDIRECT);
9047 9045

  

Also available in: Unified diff