clone.S 95 B

12345
  1. #if defined(__arch64__)
  2. #include "./sparc64/clone.S"
  3. #else
  4. #include "./sparc32/clone.S"
  5. #endif