mirror of https://github.com/acidanthera/audk.git
Changed SwitchStack() to _SwitchStack()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@349 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6586cdf395
commit
86d9a2e25e
|
@ -36,12 +36,12 @@
|
||||||
; None
|
; None
|
||||||
;
|
;
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
SwitchStack PROC
|
_SwitchStack PROC
|
||||||
mov rax, rcx
|
mov rax, rcx
|
||||||
mov rcx, rdx
|
mov rcx, rdx
|
||||||
mov rdx, r8
|
mov rdx, r8
|
||||||
lea rsp, [r9 - 20h]
|
lea rsp, [r9 - 20h]
|
||||||
call rax
|
call rax
|
||||||
SwitchStack ENDP
|
_SwitchStack ENDP
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in New Issue