diff options
author | Mike Pall <mike> | 2023-08-12 22:25:40 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-12 22:25:40 +0200 |
commit | 27af72e66f6a285298d1a9be370779aae945eb14 (patch) | |
tree | 5b12777dac86ab8afbdfd337af020f1d1da0f044 /src/lib_ffi.c | |
parent | 117ddf35e6ef1bb9016881f828337677db493cee (diff) | |
download | luajit-27af72e66f6a285298d1a9be370779aae945eb14.tar.gz luajit-27af72e66f6a285298d1a9be370779aae945eb14.tar.bz2 luajit-27af72e66f6a285298d1a9be370779aae945eb14.zip |
ARM64: Add support for ARM64e pointer authentication codes (PAC).
Contributed by Peter Cawley. #559
Diffstat (limited to 'src/lib_ffi.c')
-rw-r--r-- | src/lib_ffi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib_ffi.c b/src/lib_ffi.c index 1b1fa389..3133cab2 100644 --- a/src/lib_ffi.c +++ b/src/lib_ffi.c | |||
@@ -745,6 +745,9 @@ LJLIB_CF(ffi_abi) LJLIB_REC(.) | |||
745 | #if LJ_ABI_WIN | 745 | #if LJ_ABI_WIN |
746 | "\003win" | 746 | "\003win" |
747 | #endif | 747 | #endif |
748 | #if LJ_ABI_PAUTH | ||
749 | "\007pauth" | ||
750 | #endif | ||
748 | #if LJ_TARGET_UWP | 751 | #if LJ_TARGET_UWP |
749 | "\003uwp" | 752 | "\003uwp" |
750 | #endif | 753 | #endif |