mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typos
This commit is contained in:
parent
ab32eb726b
commit
1be0bd79aa
1 changed files with 1 additions and 4 deletions
|
@ -271,7 +271,7 @@ isrstub_pseudo_error 9
|
|||
; 15: Reserved Exception
|
||||
; 16: Floating Point Exception
|
||||
; 17: Alignment Check Exception
|
||||
; 18: Machine Check Exceptio
|
||||
; 18: Machine Check Exception
|
||||
; 19-31: Reserved
|
||||
%assign i 15
|
||||
%rep 17
|
||||
|
@ -369,9 +369,6 @@ isrsyscall:
|
|||
push rdi
|
||||
push rsi
|
||||
|
||||
; push system call number
|
||||
; push rax
|
||||
|
||||
; syscall stores in rcx the return address
|
||||
; => using of r10 for the temporary storage of the 4th argument
|
||||
mov rcx, r10
|
||||
|
|
Loading…
Add table
Reference in a new issue