Skip to content

Commit 12f45a1

Browse files
committed
[RISC-V] Fix broken link to ELF psABI documentation (PR#10851)
Fixes a broken link to the RISC-V ELF psABI documentation, which has been moved to the non-ISA org. Signed-off-by: hasheddan <[email protected]>
1 parent 14a7f73 commit 12f45a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asmcomp/riscv/proc.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ let prologue_required fd =
286286
frame_required fd
287287

288288
(* See
289-
https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md *)
289+
https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc
290+
*)
290291

291292
let int_dwarf_reg_numbers =
292293
[| 10; 11; 12; 13; 14; 15; 16; 17;

0 commit comments

Comments
 (0)