Skip to content

Commit 49a40a2

Browse files
committed
AArch64: fix link to AAPCS64
Signed-off-by: Paul Guyot <[email protected]>
1 parent f6e35af commit 49a40a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libs/jit/src/jit_aarch64.erl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@
8787
%% d0-d7 are used for FP argument passing and return value.
8888
%% d8-d15 are callee-saved FP registers.
8989
%%
90-
%% See: Arm® Architecture Procedure Call Standard (AAPCS64)
91-
%% https://developer.arm.com/documentation/ihi0055/latest/
90+
%% https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst
9291
%%
9392
%% Registers used by the JIT backend:
9493
%% - Scratch GPRs: r9-r15
@@ -99,8 +98,6 @@
9998
%% - Indirect result: r8
10099
%%
101100
%% Note: r18 is reserved for platform use and must not be used.
102-
%%
103-
%% For more details, refer to the AArch64 Procedure Call Standard.
104101

105102
-type aarch64_register() ::
106103
r0

0 commit comments

Comments
 (0)