diff options
Diffstat (limited to 'src/runtime/textflag.h')
| -rw-r--r-- | src/runtime/textflag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/textflag.h b/src/runtime/textflag.h index daca36d948..e727208cd0 100644 --- a/src/runtime/textflag.h +++ b/src/runtime/textflag.h @@ -35,3 +35,5 @@ // Function is the top of the call stack. Call stack unwinders should stop // at this function. #define TOPFRAME 2048 +// Function is an ABI wrapper. +#define ABIWRAPPER 4096 |
