mirror of https://github.com/acidanthera/audk.git
SysCall: Fixed typos.
This commit is contained in:
parent
0d17ab3d92
commit
54e2f4e741
|
@ -22,7 +22,7 @@
|
|||
ASM_FUNC(CallInstallMultipleProtocolInterfaces)
|
||||
stp x29, x30, [sp, #-0x10]!
|
||||
mov x29, sp
|
||||
// Save funtion input.
|
||||
// Save function input.
|
||||
mov x9, x1
|
||||
mov x10, x2
|
||||
mov x11, x3
|
||||
|
|
|
@ -61,7 +61,7 @@ global ASM_PFX(CallInstallMultipleProtocolInterfaces)
|
|||
ASM_PFX(CallInstallMultipleProtocolInterfaces):
|
||||
push r12
|
||||
|
||||
; Save funtion input.
|
||||
; Save function input.
|
||||
mov rax, rdx
|
||||
mov r10, r8
|
||||
mov r11, r9
|
||||
|
|
Loading…
Reference in New Issue