switch_arm64_msvc.h 398 B

1234567891011121314151617
  1. /*
  2. * this is the internal transfer function.
  3. *
  4. * HISTORY
  5. * 21-Oct-21 Niyas Sait <niyas.sait@linaro.org>
  6. * First version to enable win/arm64 support.
  7. */
  8. #define STACK_REFPLUS 1
  9. #define STACK_MAGIC 0
  10. /* Use the generic support for an external assembly language slp_switch function. */
  11. #define EXTERNAL_ASM
  12. #ifdef SLP_EVAL
  13. /* This always uses the external masm assembly file. */
  14. #endif