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