ppc_asm.h 97 B

12345678
  1. #include <ppc-asm.h>
  2. #ifndef r1
  3. #define r1 sp
  4. #endif
  5. #define _GLOBAL(A) FUNC_START(test_ ## A)