We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36d739 commit c50d9b8Copy full SHA for c50d9b8
source/chapter0/2os-interface.rst
@@ -196,4 +196,4 @@ API与ABI
196
ret
197
}
198
199
-这里我们看到,API中的各个参数和返回值分别被RISC-V通用寄存器 `x17` (即存放系统调用号,也保存返回值)、 `x10` (存放 `fd` ) 、 `x11` (存放 `buf` )和 `x12` (存放 `len` )保存。
+这里我们看到,API中的各个参数和返回值分别被RISC-V通用寄存器 `x17` (即存放系统调用号)、 `x10` (存放 `fd` ,也保存返回值) 、 `x11` (存放 `buf` )和 `x12` (存放 `len` )保存。
0 commit comments