Revision a11b8151 target-ppc/translate.c

b/target-ppc/translate.c
295 295
GEN_OPCODE2(name, onam, opc1, opc2, opc3, inval, type);                       \
296 296
static void gen_##name (DisasContext *ctx)
297 297

  
298

  
299 298
typedef struct opcode_t {
300 299
    unsigned char opc1, opc2, opc3;
301 300
#if HOST_LONG_BITS == 64 /* Explicitely align to 64 bits */
......
3503 3502
#endif
3504 3503
}
3505 3504

  
3506
#if 0
3505
#if 1
3507 3506
#define SPR_NOACCESS ((void *)(-1))
3508 3507
#else
3509 3508
static void spr_noaccess (void *opaque, int sprn)

Also available in: Unified diff