diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-03-08 15:33:21 +0100 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-03-08 15:36:26 +0100 |
commit | 349794f3e4f11e4cc34a501ba935a2a305229738 (patch) | |
tree | 3e858a2d3dbf8b4ad43cc5f2f40a8790b37b99b6 /doc | |
parent | 3d294346ab168fd0b12761711fbe667e47fd644e (diff) | |
download | roux-349794f3e4f11e4cc34a501ba935a2a305229738.tar.gz |
cosmetics
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rv64.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rv64.txt b/doc/rv64.txt index e696d77..17f6072 100644 --- a/doc/rv64.txt +++ b/doc/rv64.txt @@ -17,4 +17,4 @@ rv64_isel() could turn compare used only with jnz into b{lt,ge}[u]. RISC-V spec: https://github.com/riscv/riscv-isa-manual/releases/latest/download/riscv-spec.pdf ASM manual: https://github.com/riscv-non-isa/riscv-asm-manual/blob/master/riscv-asm.md -psABI: https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc +ABI: https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-cc.adoc |