Revision ea6c0dac target-ppc/int_helper.c

b/target-ppc/int_helper.c
1484 1484
/*****************************************************************************/
1485 1485
/* SPE extension helpers */
1486 1486
/* Use a table to make this quicker */
1487
static uint8_t hbrev[16] = {
1487
static const uint8_t hbrev[16] = {
1488 1488
    0x0, 0x8, 0x4, 0xC, 0x2, 0xA, 0x6, 0xE,
1489 1489
    0x1, 0x9, 0x5, 0xD, 0x3, 0xB, 0x7, 0xF,
1490 1490
};

Also available in: Unified diff