diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-06-15 22:03:20 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-06-15 22:03:20 +0200 |
commit | ea4fe397bfc0a78babc434151b77ef4b038ea003 (patch) | |
tree | 9affb3ca0865ff0c4cea98b269beca0ca198b35f | |
parent | a1cea3d87bf748da8eb0c9a473d4d89facba5f23 (diff) | |
download | matcha-threads-ea4fe397bfc0a78babc434151b77ef4b038ea003.tar.gz matcha-threads-ea4fe397bfc0a78babc434151b77ef4b038ea003.zip |
riscv64: fix readme
-rw-r--r-- | lib/arch/riscv64/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arch/riscv64/README.md b/lib/arch/riscv64/README.md index 517ddb2..1287f76 100644 --- a/lib/arch/riscv64/README.md +++ b/lib/arch/riscv64/README.md @@ -3,7 +3,7 @@ Provide an implementation of the platform specific API as required in [`api.h`](../api.h) according to the `RISC-V ELF ABI`. ## Notes: RISC-V ABI -- Integer/pointer arguments via `x10 - x17` +- Integer/pointer arguments via `x10` - `x17` - Integer/pointer return values via `x10` - `x11` - Callee saved registers `x2`, `x8` - `x9`, `x18` - `x27`, `f8` - `f9`, `f18` - `f27` |