1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typos

This commit is contained in:
Stefan Lankes 2015-09-12 17:13:42 +02:00
parent ab32eb726b
commit 1be0bd79aa

View file

@ -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