Fix syscall return value - preserve RAX register
All checks were successful
Build documentation / build-and-deploy (push) Successful in 39s

This commit is contained in:
2026-01-14 20:58:00 +01:00
parent 2ab308d678
commit e5cc3a64d3

View File

@@ -37,7 +37,7 @@ amd64_syscall_entry:
movq %rbp, %rsp movq %rbp, %rsp
popq %rax; movq %rax, %cr3 popq %rbx; movq %rbx, %cr3
pop_regs_skip_rax pop_regs_skip_rax