补充系统调用返回值使用的寄存器
This commit is contained in:
parent
9b9fcc87cf
commit
38d65b4d70
|
@ -24,6 +24,8 @@ extern void *system_calls_table[256];
|
||||||
* r14 - 参数7
|
* r14 - 参数7
|
||||||
* r15 - 参数8
|
* r15 - 参数8
|
||||||
*
|
*
|
||||||
|
* 返回值 - rax
|
||||||
|
*
|
||||||
* 系统调用时,使用内核主堆栈。
|
* 系统调用时,使用内核主堆栈。
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Reference in New Issue