mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Fix link
This commit is contained in:
parent
c691c3ebdf
commit
1b868adf87
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ static uint32_t syscall(uint32_t id, uint32_t param) {
|
|||
}
|
||||
```
|
||||
|
||||
The [RISC-V SBI] is not followed (https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/riscv-sbi.adoc), a simpler approach is taken.
|
||||
The [RISC-V SBI](https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/riscv-sbi.adoc) is not followed, a simpler approach is taken.
|
||||
|
||||
## syscalls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue