You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
398 B
17 lines
398 B
/*
|
|
* this is the internal transfer function.
|
|
*
|
|
* HISTORY
|
|
* 21-Oct-21 Niyas Sait <niyas.sait@linaro.org>
|
|
* First version to enable win/arm64 support.
|
|
*/
|
|
|
|
#define STACK_REFPLUS 1
|
|
#define STACK_MAGIC 0
|
|
|
|
/* Use the generic support for an external assembly language slp_switch function. */
|
|
#define EXTERNAL_ASM
|
|
|
|
#ifdef SLP_EVAL
|
|
/* This always uses the external masm assembly file. */
|
|
#endif
|