Revision 1b039c09

b/target-ppc/translate.c
276 276
    return ret;
277 277
}
278 278

  
279
#if defined(__linux__)
279
#if defined(__APPLE__)
280 280
#define OPCODES_SECTION \
281
    __attribute__ ((section(".opcodes"), unused, aligned (8) ))
281
    __attribute__ ((section("__TEXT,__opcodes"), unused, aligned (8) ))
282 282
#else
283
#define OPCODES_SECTION
283
#define OPCODES_SECTION \
284
    __attribute__ ((section(".opcodes"), unused, aligned (8) ))
284 285
#endif
285 286

  
286 287
#define GEN_OPCODE(name, op1, op2, op3, invl, _typ)                           \

Also available in: Unified diff