callout-arg.cpp 377 B

123456789101112131415
  1. #include "cxxcall.hpp"
  2. #include <cstring>
  3. #if defined (CXXCALL_AMD64)
  4. #include "sysdeps/x86-64/callout-arg.cpp"
  5. #elif defined (CXXCALL_I386)
  6. #include "sysdeps/i386/callout-arg.cpp"
  7. #elif defined (CXXCALL_ARM64)
  8. #include "sysdeps/aarch64/callout-arg.cpp"
  9. #elif defined (CXXCALL_ARM32)
  10. #include "sysdeps/arm/callout-arg.cpp"
  11. #else
  12. # error "unsupported platform"
  13. #endif