补充系统调用返回值使用的寄存器

This commit is contained in:
pointer-to-bios 2024-03-09 18:28:45 +08:00
parent 9b9fcc87cf
commit 38d65b4d70
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ extern void *system_calls_table[256];
* r14 - 7 * r14 - 7
* r15 - 8 * r15 - 8
* *
* - rax
*
* 使 * 使
*/ */