jmpbuf-unwind.h 107 B

12345
  1. #if defined(__arch64__)
  2. #include "sparc64/jmpbuf-unwind.h"
  3. #else
  4. #include "sparc32/jmpbuf-unwind.h"
  5. #endif